This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44462

Summary: class org.apache.jasper.compiler.CompilerHacks$HackPageInfo cannot access
Product: javaee Reporter: bdiemer <bdiemer>
Component: CodeAssignee: issues@javaee <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: my IDE LOG

Description bdiemer 2004-06-07 17:09:38 UTC
The Message down there occurs when I try to open a
JSP page in the Editor, everything else seems to
work fine.
I have already reinstalled Sun Java Package.
Please Help me out !

java.lang.IllegalAccessError: class
org.apache.jasper.compiler.CompilerHacks$HackPageInfo
cannot access its superclass
org.apache.jasper.compiler.PageInfo
	at java.lang.ClassLoader.defineClass0(Native Method)
	at
java.lang.ClassLoader.defineClass(ClassLoader.java:537)
	at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
Comment 1 bdiemer 2004-06-07 17:11:11 UTC
Created attachment 15531 [details]
my IDE LOG
Comment 2 bdiemer 2004-06-08 08:25:24 UTC
Solved the problem by cleaning up the Java ext library !
Forgot that you have to do that manually when uninstalling only the
rpm packages.
Seems that Tomcat 5.x uses another version of this specific class !