Re: deploying JOGL apps

Posted by Wade Walker on
URL: https://forum.jogamp.org/deploying-JOGL-apps-tp4025829p4025830.html

Hi Agnes,

Check out the wiki at http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE#Compile_and_run_your_project_from_the_command_line. It shows how to run from the command line with native libraries (this is the old-style native binaries where you're including .dll/.so/.jnilib files). If you're using the new "natives inside JARs" system, you can just put all the JARs on the command line, with no need for java.library.path.