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 - java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Summary: java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Status: RESOLVED DUPLICATE of bug 226553
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Stable (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: marsaultj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-28 21:09 UTC by tomaszk
Modified: 2013-03-23 16:29 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195315


Attachments
stacktrace (4.06 KB, text/plain)
2013-02-28 21:09 UTC, tomaszk
Details

Note You need to log in before you can comment on or make changes to this bug.
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.