Login  Register

Re: Help installing JOGL

Posted by Wade Walker on Aug 30, 2011; 2:14pm
URL: https://forum.jogamp.org/Help-installing-JOGL-tp3295611p3295646.html

Hi Baltar,

You might try the tutorial at http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE. It covers JOGL "installation" (really just unzipping, as you mentioned) as part of how to set up a JOGL project in various ways.

JOGL doesn't have to be in any particular folder, so long as your code can find it at runtime. I usually put it either inside my program's project folder, or in a parallel project folder. For example, if you get the latest autobuild from http://jogamp.org/deployment/autobuilds/master/jogl-b436-2011-08-30_12-55-58/ and unzip it, you can just copy its "jar" and "lib" folders to somewhere inside your project folder.