Login  Register

Re: Eclipse and Exporting JoGL

Posted by Wade Walker on Oct 28, 2010; 6:51pm
URL: https://forum.jogamp.org/Eclipse-and-Exporting-JoGL-tp1681466p1788187.html

Here's a tutorial that explains how we do it at work: http://wadeawalker.wordpress.com/2010/10/24/tutorial-creating-native-binary-executables-for-multi-platform-java-apps-with-opengl-and-eclipse-rcp/

This way is done from inside Eclipse instead of through a build script, so it's not as automatable as the two other ways that have been mentioned here. But it might be easier for someone who works inside Eclipse and doesn't do a command-line build process.