Hello,
i am using the windows batch files Startserver and Stopserver. When i open the startserver i get the message that the javac isn't found. I put in the sysedit:
%classpath=C:jdk1.2.2\lib\tools.jar%classpath%
but it did not work.
Any ideas?
I don't know what those batch files do, but I do know that javac is a program (javac.exe). You may need to add the directory it's in to your system path, not your java classpath.
those are Tomcat windows batch files for starting/stoping the server. Tomcat compiles JSP files. You have not installed Tomcat correctly. Go back to the Tomcat Installation instructions and look for what you did wrong or did not do.
-pete
[sub]I just can't seem to get back my IntelliSense[/sub]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.