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 - class org.apache.jasper.compiler.CompilerHacks$HackPageInfo cannot access
Summary: class org.apache.jasper.compiler.CompilerHacks$HackPageInfo cannot access
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 17:09 UTC by bdiemer
Modified: 2006-06-05 00:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
my IDE LOG (86.03 KB, text/plain)
2004-06-07 17:11 UTC, bdiemer
Details

Note You need to log in before you can comment on or make changes to this bug.
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 !