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 - ClassNotFoundException: java.lang.Object
Summary: ClassNotFoundException: java.lang.Object
Status: RESOLVED DUPLICATE of bug 249310
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-11 10:52 UTC by Petr Hejl
Modified: 2015-01-30 12:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214081


Attachments
stacktrace (11.08 KB, text/plain)
2014-12-11 10:52 UTC, Petr Hejl
Details

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