Using JOGL in Eclipse
Posted by
Andi on
Nov 03, 2011; 7:15am
URL: https://forum.jogamp.org/Using-JOGL-in-Eclipse-tp3476354.html
Hi,
I'm using both JOGL and Eclipse for some years for my desktop application project. Up to now, I have manually extracted all jar files and native files (.dll, .so, ...) and created my own JOGL user library in Eclipse. This worked quite fine, but requires some stupid work.
Now I'm wondering if it is possible to use the jogl-all-awt.jnlp and gluegen-rt.jnlp in Eclipse directly. I downloaded the required jar files (jogl.all.jar, gluegen-rt-natives-*.jar, gluegen-rt.jar, gluegen-rt-natives-*.jar), removed the URLs and the update check from the JNLP file - and I'm stuck: I can not find a way to tell Eclipse to use the JNLP file "in the classpath".
Maybe this is the wrong way... Can you tell me the easiest way to use JOGL in Eclipse, for all platforms? Maybe the answer is also interesting for the
deployment wiki page.
Thanks

Andi