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 242687 - ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Summary: ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Status: RESOLVED DUPLICATE of bug 243298
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-08 00:31 UTC by szmitek
Modified: 2014-03-31 08:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208259


Attachments
stacktrace (5.96 KB, text/plain)
2014-03-08 00:31 UTC, szmitek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2014-03-08 00:31:17 UTC
This bug was originally marked as duplicate of bug 218922, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 (Build 201403052200)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Linux

User Comments:
szmitek: Delete PHP file in Project window




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
   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 java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 szmitek 2014-03-08 00:31:19 UTC
Created attachment 145860 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-03-31 08:11:28 UTC

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