Login  Register

Re: Jar reference

Posted by Dario on Sep 18, 2011; 4:21pm
URL: https://forum.jogamp.org/Jar-reference-tp3346099p3346529.html

The problem is that most tutorials tell you to use this basic set of jars:

jogl.all.jar
glugen-rt.jar
nativewindow.all.jar  <- this one is missing so I tried to include certain similar ones from the jars/atomic folder with no luck
newt.all.jar <- same as above

which are not found. With the ones I include, setting correctly native libraries location as they say in most tutorials, all I get is:

java.lang.UnsatisfiedLinkError: C:\prg\jogamp-windows-i586\lib\gluegen-rt.dll: Can't find dependent libraries

...