From: Jan F. <jan...@st...> - 2001-03-21 11:16:34
|
Hello! Thanks for your advice. But now this is getting definitely weird. I have copied all *.dlls belonging to GL4Java to my \Windows\System32 directory. Most of the unsatisfied link errors have gone away, but one still remains: Sorry, can't find the library: GL4JavaJauGljJNI13 java.lang.UnsatisfiedLinkError: C:\Program Files\JBuilder4\jdk1.3\jre\bin\GL4JavaJauGljJNI13.dll: One of the library files needed to run this application cannot be found GLCanvas could not load def. native libs. This is very strange because this DLL file (GL4JavaJauGljJNI13.dll) actually DOES exist in the directory displayed by the error, in C:\Windows\System32 and in some other directories. I don't know what else I could try. I have already copied all the Gl4Java-DLLs to a number of directories: - C:\jdk1.3\jre\bin - C:\Program Files\JavaSoft\JRE\1.3\bin - C:\Program Files\JavaSoft\JRE\1.3.0_01\bin - C:\Program Files\JBuilder4\jdk1.3\jre\bin - C:\Windows\System32 Moreover, I have set the Java VM parameter -Djava.libary.path to include the above directories. Nonetheless, GL4Java keeps complaining about missing DLLs although these files DO reside in those very directories... Jan > I had a similar problem. Try searching for GL4JavaJauGLJNI12.dll on your > hard drive (where you installed GL4Java). Then copy this DLL into your > System32 directory. > > Julia > > I am new to Gl4Java and I am trying to make it work on Windows. I have > > tried to compile simple GL4Java applets using the JDK1.3 and JBuilder4. > > In both cases I always get lots of dynamic link errors like: > > > > java.lang.UnsatisfiedLinkError: C:\Program > > Files\JBuilder4\jdk1.3\jre\bin\GL4JavaJauGljJNI13.dll: One of the > > library files needed to run this application cannot be found > > > > Sorry, can't find the library: GL4JavaJauGLJNI12 |