NoClassDefFoundError for javax.media.opengl.GLException when exporting application from Eclipse
in
Integration and Hardware
•
7 months ago
I was having trouble with my exported application tossing up a NoClassDefFoundError for javax.media.opengl.GLException from my size() call. Turns out that this was because my Info.plist file was pointing at "jogl.all.jar", but the file has been renamed to "jogl-all.jar" in versions of Processing after 2.0 alpha 6.
Posting here in case I can save anyone *else* 3-4 hours