Re: Using JOGL in Eclipse
Posted by
Wade Walker on
Nov 04, 2011; 1:49pm
URL: https://forum.jogamp.org/Using-JOGL-in-Eclipse-tp3476354p3480154.html
Hmm, I guess if you didn't mind deploying your app as "local" Java Web Start (i.e. launched from a JNLP on the local disk, example at
http://jogamp.org/wiki/index.php/Using_JOGL_in_Java_Web_Start), you could create your project in Eclipse, point Eclipse at only one set of native libs (the ones for your development platform), and develop in Eclipse as normal.
Then to deploy, you'd use an Ant script to JAR up your project and put it in a dir with the JNLP files. You'd still have to write a cross-platform launch script to call "javaws MyApp.jnlp", though.