NoClassDefFoundError: sun/tools/javac/Main
843835Aug 27 2002 — edited Oct 7 2002When I go here (one of the examples included with Tomcat):
http://localhost:8080/examples/jsp/num/numguess.jsp
I get:
Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error
..
javax.servlet.ServletException: sun/tools/javac/Main
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:481)
...
java.lang.NoClassDefFoundError: sun/tools/javac/Main
at org.apache.jasper.compiler.SunJavaCompiler.compile(SunJavaCompiler.java:136)
...
Where is sun.tools.javac ??? I've got the env vars JAVA_HOME and CATALINA_HOME set. Am I missing something?
Thanks in advance..
--Ed