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 249689 - ClassNotFoundException: java.lang.Exception
Summary: ClassNotFoundException: java.lang.Exception
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: 2015-01-08 09:57 UTC by akobberup
Modified: 2015-01-16 10:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214655


Attachments
stacktrace (6.40 KB, text/plain)
2015-01-08 09:57 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2015-01-08 09:57:30 UTC
Build: NetBeans IDE Dev (Build 201501040001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
akobberup: Ctrl + tab changing between java classes in the editor




Stacktrace: 
java.lang.ClassNotFoundException: java.lang.Exception
   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 akobberup 2015-01-08 09:57:32 UTC
Created attachment 151403 [details]
stacktrace
Comment 2 Petr Hejl 2015-01-16 10:30:39 UTC

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