We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › library issues under 136+
Page Index Toggle Pages: 1
library issues under 136+ (Read 569 times)
library issues under 136+
Jun 8th, 2008, 2:55pm
 
I'm having a little trouble getting my library compiling with eclipse for processing 0136+. I'm getting this error

Quote:
Exception in thread "Thread-2" java.lang.NoClassDefFoundError: processing/xml/XMLElement

at colladaLoader.ColladaModel.parseXML(ColladaModel.java:493)
Editor.error() was passed a null exception.


The code works fine when it's not in a jar file so it's not the XML library. The 136 build notes refer to major class path issues with how libraries are loaded. But I can't put my finger on where I'm going wrong.

I'm sure there is a simple check box in eclipse that is laughing at me. If anyone can point me in the right direction that would be great.

mattD
Page Index Toggle Pages: 1