Posted by Sven Gothel on URL: https://forum.jogamp.org/deploying-JOGL-apps-tp4025829p4025832.html
On 08/19/2012 07:02 AM, Wade Walker [via jogamp] wrote:
> 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.