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 225431 - ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Summary: ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Status: RESOLVED DUPLICATE of bug 218922
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-28 21:44 UTC by Exceptions Reporter
Modified: 2013-01-29 18:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198102


Attachments
stacktrace (4.00 KB, text/plain)
2013-01-28 21:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-01-28 21:44:23 UTC
This bug was originally marked as duplicate of bug 220459, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b03
OS: Windows 7

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Comment 1 Exceptions Reporter 2013-01-28 21:44:25 UTC
Created attachment 130748 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-01-29 10:37:56 UTC
options.keymap.LayersBridge and find options.keymap.Util. Why?
Comment 3 Milutin Kristofic 2013-01-29 11:35:43 UTC
Svata, you are maintaining options.keymap.LayersBridge
Comment 4 Svata Dedic 2013-01-29 18:15:12 UTC
This is a 3rd party code (org.netbeans.shortcuts.ShortcutAction), hacking into module's private classes through reflection.

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