I recently installed JDK ver 1.4.2 (seems to be working with some sample programs I’ve tryied) and want to try my luck with JoGL but have run into some promblems.
I tryed calling loadLibrary(“jogl”), at first it errored not finding jogl. After I put jogl.dll and jogl_cg.dll into “C:\j2sdk1.4.2\jre\bin” it comes with this error:
Hello World!
Exception in thread “main” java.lang.UnsatisfiedLinkError: C:\j2sdk1.4.2\jre\bin
\jawt.dll: Can’t find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at HelloWorld.main(HelloWorld.java:48)
Press any key to continue…
I’m new to java and havn’t got a clue as to what this means.
Really appreciate it if anyone could/would help me some
best regards to programmers of the world
Eggert
Ps. i’m using windows XP pro
Pps. Tried loadLibrary(“jawt”), it gives the exact same error