| Author |
JSP Problem
|
Spyros Halkidis
Greenhorn
Joined: Nov 14, 2002
Posts: 9
|
|
Hello, when I try to load a jsp page that is included in a war file that I have deployed on JBoss with Tomcat, I get the following error: java.lang.NoClassDefFoundError: sun/tools/javac/Main Does anybody know how I can solve this problem? Thanks in advance, Spyros Halkidis
|
 |
Dave Landers
Ranch Hand
Joined: Jul 24, 2002
Posts: 401
|
|
|
You probably need tools.jar in your classpath. You should find it in your JDK's lib directory.
|
 |
 |
|
|
subject: JSP Problem
|
|
|