evergreean
Technical User
I have Tomcat 5.5 Container set up on my Windows XP.
The only issue I have is I can only compile my Java classes in the jdk1.5.0_06\bin directory.
How can I set it up so I can compile the java classes in any of my deployment folders. For instance I want to create the classes using my DOS window command prompt located in: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\jsp-examples\WEB-INF\classes\num it says:
'javac' is not recognized as an internal or external command,
operable program or batch file.
Please advise how or what I need to set up the javac compiler to work in any of my deployment folders?
The only issue I have is I can only compile my Java classes in the jdk1.5.0_06\bin directory.
How can I set it up so I can compile the java classes in any of my deployment folders. For instance I want to create the classes using my DOS window command prompt located in: C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\jsp-examples\WEB-INF\classes\num it says:
'javac' is not recognized as an internal or external command,
operable program or batch file.
Please advise how or what I need to set up the javac compiler to work in any of my deployment folders?