Login  Register

Re: Environment Setup

Posted by Michael Bien on Feb 27, 2011; 4:35pm
URL: https://forum.jogamp.org/Environment-Setup-tp2588989p2589087.html

the exception tells you that the native libraries are missing. Its not about the jar files (classpath) its about the library path (.dll, .so, etc).

Maybe it was just luck that it worked before if all you did was to place the jars in the classpath (did you have old jogl natives in your system path? maybe jdk ext folder?)

anyway here is the link: :)
http://jogamp.org/wiki/index.php/Setting_up_an_JogAmp_project_in_your_favourite_IDE

best regards,

-michael