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 34804 - java.lang.VerifyError: Cannot inherit from final class
Summary: java.lang.VerifyError: Cannot inherit from final class
Status: CLOSED DUPLICATE of bug 34393
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-08 22:32 UTC by chelsel
Modified: 2008-12-22 22:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (15.16 KB, application/octet-stream)
2003-07-08 22:34 UTC, chelsel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chelsel 2003-07-08 22:32:22 UTC
Was successfully running Netbeans 3.4.1 on Java 1.4.1. 
Uninstalled Java. Installed Java 1.4.2 from Sun web site 
into new c:\devel\java\jdk140 directory. Installed Netbeans 
3.5 on top of previously existing 3.4.1 installation which 
resided in c:\netbeans directory.

Get this stacktrace on startup:

java.lang.VerifyError: Cannot inherit from final class
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass
(ClassLoader.java:537)
	at org.netbeans.JarClassLoader.simpleFindClass
(JarClassLoader.java:140)
	at org.netbeans.ProxyClassLoader.smartLoadClass
(ProxyClassLoader.java:480)
	at org.netbeans.ProxyClassLoader.loadClass
(ProxyClassLoader.java:144)
	at java.lang.ClassLoader.loadClass
(ClassLoader.java:235)
	at java.lang.ClassLoader.loadClassInternal
(ClassLoader.java:302)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:219)
	at 
org.openide.util.lookup.MetaInfServicesLookup.search
(MetaInfServicesLookup.java:173)
	at 
org.openide.util.lookup.MetaInfServicesLookup.beforeLookup
(MetaInfServicesLookup.java:78)
	at org.openide.util.lookup.AbstractLookup.lookupItem
(AbstractLookup.java:268)
	at org.openide.util.lookup.AbstractLookup.lookup
(AbstractLookup.java:259)
	at org.openide.util.lookup.ProxyLookup.lookup
(ProxyLookup.java:140)
	at org.openide.filesystems.ExternalUtil.initialize
(ExternalUtil.java:94)
	at 
org.openide.filesystems.ExternalUtil.getRepository
(ExternalUtil.java:32)
	at org.openide.filesystems.Repository.getDefault
(Repository.java:124)
	at org.netbeans.core.NbTheme.parseTheme
(NbTheme.java:254)
	at org.netbeans.core.NbTheme.<init>
(NbTheme.java:210)
	at org.netbeans.core.Main.run(Main.java:122)
	at org.netbeans.core.NbTopManager.getNbTopManager
(NbTopManager.java:236)
	at org.netbeans.core.NbTopManager.get
(NbTopManager.java:195)
	at org.netbeans.core.Main.start(Main.java:409)
	at org.netbeans.core.TopThreadGroup.run(TopTh
Comment 1 chelsel 2003-07-08 22:34:43 UTC
Created attachment 10891 [details]
ide.log
Comment 2 David Konecny 2003-07-09 08:16:58 UTC

*** This issue has been marked as a duplicate of 34393 ***
Comment 3 Marian Mirilovic 2003-07-23 16:24:04 UTC
verified, closed - it's duplicate.