hi guys,
I am new to the forum and sorry if this question has been posed before.
I am trying to loadlibrary jogl.dll, jogl_cg.dll using System.LoadLibrary as shown below in my main class
System.loadLibrary("jogl");
System.loadLibrary("jogl_cg");
its showing an unsatisfied link error for “jogl_cg” as shown below
Exception in thread “main” java.lang.UnsatisfiedLinkError: C:\java\tools\jogl_cg.dll: Can’t find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at testlib.Main.main(Main.java:35)
Java Result: 1
I think it depends on some other library. I would appreciate if some body can help me in this regard
thanks in advance,
Ravi ananthuni.