Bug 823 : importing the xml library inside a library results in java.lang.NoClassDefFoundError
Last modified: 2008-06-13 13:34




Status:
RESOLVED
Resolution:
DUPLICATE of bug 814
Priority:
P2
Severity:
normal

 

Reporter:
polymonkey
Assigned To:
fry

Attachment Type Created Size Actions
the sketch with the bug in 0141. the same sketch works in 0135 application/octet-stream 2008-06-13 13:32 2.35 KB
the dummy library in eclipse application/octet-stream 2008-06-13 13:33 4.43 KB

Description:   Opened: 2008-06-13 13:31
revision 0141

If you import the new xml library into a library package the xml lib
doesn't get imported. But if you import the xml lib from the sketch then it
works. This is the error, I'll attach the dummy library and the sketch

Exception in thread "Thread-2" java.lang.NoClassDefFoundError:
processing/xml/XMLElement
at dummyXmlLib.DummyLoader.setupXml(DummyLoader.java:17)
Editor.error() was passed a null exception.
at Temporary_5311_1006.setup(Temporary_5311_1006.java:9)
Additional Comment #1 From polymonkey 2008-06-13 13:32
edit]
the sketch with the bug in 0141. the same sketch works in 0135
Additional Comment #2 From polymonkey 2008-06-13 13:33
edit]
the dummy library in eclipse
Additional Comment #3 From fry 2008-06-13 13:34


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