Login  Register

Re: Jar reference

Posted by Dario on Sep 18, 2011; 12:14pm
URL: https://forum.jogamp.org/Jar-reference-tp3346099p3346132.html

I've done some progress by putting the contents of the distribution's lib folder in the project main source tree. Anyway I get another kind of exception:

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\dario\workspace\ogltests\gluegen-rt.dll: Can't find dependent libraries
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
...


It there a way to accurately specify where are the dll for jars??