Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NoClassDefFoundError: sun/tools/javac/Main

843835Aug 27 2002 — edited Oct 7 2002
When 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 4 2002
Added on Aug 27 2002
5 comments
493 views