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 250231

Summary: ClassNotFoundException: java.lang.Object
Product: platform Reporter: abien <abien>
Component: ExecutionAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215217
Attachments: stacktrace

Description abien 2015-02-05 10:24:36 UTC
Build: NetBeans IDE Dev (Build 201501300002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
abien: Happened during code completion




Stacktrace: 
java.lang.ClassNotFoundException: java.lang.Object
   at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
   at org.openide.execution.NbClassLoader.findClass(NbClassLoader.java:209)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
Comment 1 abien 2015-02-05 10:24:37 UTC
Created attachment 151826 [details]
stacktrace
Comment 2 Petr Hejl 2015-02-05 10:28:36 UTC

*** This bug has been marked as a duplicate of bug 249310 ***