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 241384 - ClassNotFoundException: org.netbeans.updater.XMLUtil
Summary: ClassNotFoundException: org.netbeans.updater.XMLUtil
Status: RESOLVED DUPLICATE of bug 240557
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-04 13:01 UTC by unai
Modified: 2014-02-04 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207266


Attachments
stacktrace (3.92 KB, text/plain)
2014-02-04 13:01 UTC, unai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unai 2014-02-04 13:01:31 UTC
Build: NetBeans IDE Dev (Build 201401100002)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_51-b00
OS: Linux

User Comments:
unai: Just launched NB via shell: ./bin/netbeans




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.updater.XMLUtil
   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:425)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 unai 2014-02-04 13:01:32 UTC
Created attachment 144770 [details]
stacktrace
Comment 2 Jiri Rechtacek 2014-02-04 13:13:54 UTC

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