how to compile
struts application( example ActionForms,ActionClasses) from command prompt without using editor
Assume TestAction.java is Action class that i want to compile from command prompt.I am trying to make bat file. Please help
java -classpath D:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar;D:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\struts.jar;C:\j2sdk1.4.1_01\bin\TestAction.java