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 226861

Summary: java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Product: updatecenters Reporter: tomaszk
Component: StableAssignee: marsaultj
Status: RESOLVED DUPLICATE    
Severity: normal CC: jmarsman, rajmarshall, sdedic, tomaszk
Priority: P1    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195315
Attachments: stacktrace

Description tomaszk 2013-02-28 21:09:09 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) Client VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b05
OS: Windows 7

User Comments:
GUEST: committing to git

tomaszk: Just imported several plugins from 7.2 installation




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 tomaszk 2013-02-28 21:09:10 UTC
Created attachment 132028 [details]
stacktrace
Comment 2 Jiri Kovalsky 2013-03-23 13:12:19 UTC
Jeremy, can you please fix this dependency issue in your plugin? Otherwise, we will have to withdraw Command Shortcuts from the NetBeans Plugin Portal Update Center. Thanks.
Comment 3 marsaultj 2013-03-23 14:26:24 UTC

*** This bug has been marked as a duplicate of bug 226553 ***
Comment 4 Svata Dedic 2013-03-23 16:29:56 UTC
marsaultj@netbeans.org: if you need some functionality or non-trivial utility exposed form the options.keymap module, please work with me, so a proper API (maintained compatibly) can be created to prevent such issues in the future. Thanks.