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 233010 - ClassNotFoundException: org.apache.xerces.xni.XNIException
Summary: ClassNotFoundException: org.apache.xerces.xni.XNIException
Status: RESOLVED DUPLICATE of bug 232690
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-18 15:03 UTC by Tomas Stupka
Modified: 2013-07-22 06:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202277


Attachments
stacktrace (5.73 KB, text/plain)
2013-07-18 15:03 UTC, Tomas Stupka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2013-07-18 15:03:58 UTC
Build: NetBeans IDE Dev (Build 20130718-96893f92c66f)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Mac OS X

User Comments:
tstupka: expanded a package ?




Stacktrace: 
java.lang.ClassNotFoundException: org.apache.xerces.xni.XNIException
   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 Tomas Stupka 2013-07-18 15:03:59 UTC
Created attachment 137392 [details]
stacktrace
Comment 2 Svata Dedic 2013-07-22 06:15:49 UTC
The revision 96893f92c66f seems earlier than the correction in issue #232690

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