Hello,
I'm trying to run the JSP 1.0 server on win98. Servlets are running well,
but as soon as I access a JSP page, I got a exception :

java.lang.NoClassDefFoundError: sun/tools/javac/Main
 at com.sun.jsp.compiler.Main.compile(Main.java:194)
 at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:114)
 at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.
java:69)
 at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:77)
 at com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:125)
 at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:152)
 at javax.servlet.http.HttpServlet.service(Compiled Code)
 at com.sun.web.core.ServletWrapper.handleRequest(Compiled Code)
 at com.sun.web.core.Context.handleRequest(Compiled Code)
 at com.sun.web.server.ConnectionHandler.run(Compiled Code)

It seems that one class is missing somewhere, but I can't figure out how to
fix this.
Thank you for helping me !
Myriam Pinon

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to