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 241080 - 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-01-28 21:25 UTC by tbrunhoff
Modified: 2014-01-29 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207054


Attachments
stacktrace (3.86 KB, text/plain)
2014-01-28 21:25 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2014-01-28 21:25:26 UTC
Build: NetBeans IDE Dev (Build 201401270001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
tbrunhoff: Starting up this version of NB for the first time.




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 tbrunhoff 2014-01-28 21:25:27 UTC
Created attachment 144485 [details]
stacktrace
Comment 2 Jiri Rechtacek 2014-01-29 09:12:42 UTC

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