Hi there,

Just getting started, but I can't seem to get JSP 1.0 working. Has anyone
seen the following output when trying to load something like
'http://localhost:8080/xxx.jsp'?

-------------
Unhandled error! You might want to consider having an error page to report
such errors more gracefully

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(HttpServlet.java:840)
        at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:140)
        at com.sun.web.core.Context.handleRequest(Context.java:382)
        at com.sun.web.server.ConnectionHandler.run(Compiled Code)
--------------

My best guess is that my classpath is wrong, but I've included JDK 1.2.1 and
the JSP1.0 directories. Any assistance would be appreciated. Thanks.

John Blackmore
[EMAIL PROTECTED]

===========================================================================
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