I'm sure this is in the FAQ....well not that sure, so....
Under 1.2 you'll need tools.jar in your CLASSPATH explicitly. It has javac
(aka sun.tools.javac.Main).
Back on topic....does this mean virtually all servlet engines are not 100%
Pure?
--
dIon Gillard, Multitask Consulting
Work: http://www.multitask.com.au
Play: http://www.trongus.com
Hi!
I'm new in JSP
After I instaled JSP and ran webserver, I've got this error while trying
to execute any JSP page (servelts are working fine):
******************************************************************************************************************
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
******************************************************************************************************************
can someone suggest me what's wrong? I have JDK 1.2.1 and JSP 1.0
you can find my server running on my Win98 comp at http://195.212.193.17:8080 , this
page is http://195.212.193.17:8080/examples/jsp/num/numguess.jsp
Thank you in advance!
Pegasik
"no one is an island for himself"
===========================================================================
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".