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 220459 - ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Summary: ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-20 00:59 UTC by altdavis3091
Modified: 2012-10-22 12:02 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192990


Attachments
stacktrace (3.36 KB, text/plain)
2012-10-20 00:59 UTC, altdavis3091
Details
updater.log.0 (10.04 KB, application/octet-stream)
2012-10-22 12:02 UTC, gameshas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description altdavis3091 2012-10-20 00:59:53 UTC
Build: NetBeans IDE 7.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows 7

User Comments:
GUEST: Drag and drop the files from the Explorer to the IDE




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
Comment 1 altdavis3091 2012-10-20 00:59:56 UTC
Created attachment 126224 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-10-22 08:48:12 UTC
Attach content of your updater.log* in your user directory.
Comment 3 gameshas 2012-10-22 12:02:03 UTC
Created attachment 126318 [details]
updater.log.0