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 227843 - ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Summary: ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Status: RESOLVED DUPLICATE of bug 218922
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Stable (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-23 01:06 UTC by Exceptions Reporter
Modified: 2013-06-22 15:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199823


Attachments
stacktrace (4.42 KB, text/plain)
2013-03-23 01:06 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-03-23 01:06:53 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 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
GUEST: starting netbeans




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Exceptions Reporter 2013-03-23 01:06:56 UTC
Created attachment 132969 [details]
stacktrace
Comment 2 pgebauer 2013-05-27 13:23:42 UTC
I don't understand why this issue should be fixed on UC side. It seem that the class org.netbeans.modules.options.keymap.Utils isn't part of sources ( http://hg.netbeans.org/core-main/file/032c4c4a6456/options.keymap/src/org/netbeans/modules/options/keymap ), so it cannot be available on AUC.
Comment 3 Marian Mirilovic 2013-06-22 15:14:04 UTC

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