I changed the version of my JDK. Before I used the JDK 1.1.5, and now
I upgraded with the JDK 1.2.2, but the compilation of my pages failed.

I don't find this bug anywhere. Is there somebody who has an idea ?

Platform: SunOS 5.7

java version "1.2.2"
Classic VM (build JDK-1.2.2-W, green threads, sunwjit)

Here is the error:
=================

java.lang.VerifyError: (class: sun/tools/javac/SourceClass, method: compileClass 
signature: (Lsun/tools/java/Environment;Ljava/io/OutputStream;)V) Bad access to 
protected data
        at sun.tools.javac.BatchEnvironment.makeClassDefinition(BatchEnvironment.java, 
Compiled Code)
        at sun.tools.java.Environment.makeClassDefinition(Environment.java, Compiled 
Code)
        at sun.tools.java.Environment.makeClassDefinition(Environment.java, Compiled 
Code)
        at sun.tools.javac.BatchParser.beginClass(BatchParser.java, Compiled Code)
        at sun.tools.java.Parser.parseClassBody(Parser.java, Compiled Code)
        at sun.tools.java.Parser.parseNamedClass(Parser.java, Compiled Code)
        at sun.tools.java.Parser.parseClass(Parser.java, Compiled Code)
        at sun.tools.java.Parser.parseFile(Parser.java, Compiled Code)
        at sun.tools.javac.BatchEnvironment.parseFile(BatchEnvironment.java, Compiled 
Code)
        at sun.tools.javac.Main.compile(Main.java, Compiled Code)
        at com.sun.jsp.compiler.Main.compile(Main.java, Compiled Code)
        at com.sun.jsp.runtime.JspLoader.loadJSP(JspLoader.java, Compiled Code)
        at 
com.sun.jsp.runtime.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java, 
Compiled Code)
        at com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java, 
Compiled Code)
        at com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java, Compiled 
Code)
        at com.sun.jsp.runtime.JspServlet.service(JspServlet.java, Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
        at com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled 
Code)
        at com.sun.web.core.Context.handleRequest(Context.java, Compiled Code)
        at com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java, Compiled 
Code)
error: An error has occurred in the compiler; please file a bug report 
(http://java.sun.com/cgi-bin/bugreport.cgi).
1 error


Vincent

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