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 249288

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

Description Petr Hejl 2014-12-11 10:52:57 UTC
Build: NetBeans IDE Dev (Build 20141210-4cd51c570f40)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
phejl: JSF Pages from entity classes wizard.




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 Petr Hejl 2014-12-11 10:52:58 UTC
Created attachment 151039 [details]
stacktrace
Comment 2 Petr Hejl 2015-01-30 12:28:37 UTC

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