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

Summary: ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Key bindingsAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal CC: altdavis3091
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198102
Attachments: stacktrace

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 ***