Any command like this equivalent to Windows?# Unix - 噫吁兮,危乎高哉
m*f
1 楼
Under windows, I can create a servletc.bat file like the following to place
the compiled java bytecode under the designated directory.
javac -d C:\Jakarta_Tomcat_4.0.1\webapps\myWebApp\WEB-INF\classes %1%
How can I do this under Solaris or Unix using bash please? Thanks.
the compiled java bytecode under the designated directory.
javac -d C:\Jakarta_Tomcat_4.0.1\webapps\myWebApp\WEB-INF\classes %1%
How can I do this under Solaris or Unix using bash please? Thanks.