Migrated from https://code.google.com/p/proclipsing/issues/detail?id=30.
Reported by e...@transmote.com, Nov 16, 2011
What steps will reproduce the problem?
- Create a project using the GLGraphics renderer
- Export to application
- Run the application
What is the expected output? What do you see instead?
The app should run; instead, it fails with a NoClassDefFoundError.
What version of the product are you using? On what operating system?
OSX 10.6.8, Eclipse Indigo (3.7.1?), current version of proclipsing
Please provide any additional information below.
i believe GLGraphics is integrated into Processing 2.0, so this will be an issue for GL export from here on out.
Nov 16, 2011 #1 e...@transmote.com
hm, can't seem to edit an issue once it's entered...
but i just realized i incorrectly reported the error. it's not a NoClassDefFoundError, it's an UnsatisfiedLinkError: no jogl in java.library.path.
looking inside the Java folder within the exported application (also forgot to mention i've only tested this with an OSX application) i see that none of the normal files (core.jar, jogl.jar, jnilibs) are present, only the application-specific jar (e.g. MyGLGraphicsTest.jar).
copying them into the Java folder within the application allows the application to launch and run correctly.
Migrated from https://code.google.com/p/proclipsing/issues/detail?id=30.
Reported by e...@transmote.com, Nov 16, 2011
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The app should run; instead, it fails with a NoClassDefFoundError.
What version of the product are you using? On what operating system?
OSX 10.6.8, Eclipse Indigo (3.7.1?), current version of proclipsing
Please provide any additional information below.
i believe GLGraphics is integrated into Processing 2.0, so this will be an issue for GL export from here on out.
Nov 16, 2011 #1 e...@transmote.com
hm, can't seem to edit an issue once it's entered...
but i just realized i incorrectly reported the error. it's not a NoClassDefFoundError, it's an UnsatisfiedLinkError: no jogl in java.library.path.
looking inside the Java folder within the exported application (also forgot to mention i've only tested this with an OSX application) i see that none of the normal files (core.jar, jogl.jar, jnilibs) are present, only the application-specific jar (e.g. MyGLGraphicsTest.jar).
copying them into the Java folder within the application allows the application to launch and run correctly.