hello everybody,
i am new to JSP

i have started of with a simple jsp example
where i have another jsp file included and a bean
now whenever i access the jsp file from the browser i get the following
error message in the browser window

        Error: 500
        sun/tools/javac/Main

I also get the following warning on the jswdk server console
        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:310)
                at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java:135)
                at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:77)
                at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:87)
                at
com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:218)
                at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:294)
                at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
                at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
                at com.sun.web.core.Context.handleRequest(Context.java:414)
                at
com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139)

what could be the problem ?
any answers ?
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to