This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes JSP Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JSP Problem" Watch "JSP Problem" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP Problem
 
Similar Threads
Problem in exporting the jsp in excel
is there any way to add new http prams
HTML table to an Excel Spreadsheet
help required
Tag files not working ...