From: Lamy Jean-B. <a1...@So...> - 2001-10-16 11:54:45
|
Le Lundi 15 Octobre 2001 14:51, vous avez =E9crit : > Sounds like a path issue dude. Check, double check and then recheck y= our > settings. Do a "set path" from your cmd prompt to make sure. Sorry I c= an't > be much more help than that but I am pretty sure it is a path problem. > > I do't get any errors while compiling but get the following message on > runtime: > > "Sorry, can't find the library: GL4JavaJauGljJNI13 > java.lang.UnsatisfiedLinkError: C:\WINNT\system32\GL4JavaJauGljJNI13.= dll: > Can't find dependent libraries." > > I've tried to reverting back to my old display driver (which used the = 1.2.2 > release of openGL) but I still get the same problem. I've also tried > rebuilding my gl4java projects from scratch, but still no success. I'= ve > tried my old version of my IDE but this now also outputs the same erro= r. > I'm sure I've got all my gl4Java .dll files in the correct places. > > Does anyone have any ideas as to what the solution may be? > > thanks. In fact, i think the error message should be interpreted as following : "when loading the shared library C:\WINNT\system32\GL4JavaJauGljJNI13.dl= l, a (another) dependant library was not found." So the trouble is not C:\WINNT\system32\GL4JavaJauGljJNI13.dll, but anot= her lib... windows doesn't say which one (in similar case, Linux does). My own experiments seems to show that jawt.dll is broken (?) in the JDK = (i cannot load jawt.dll by any means). But the jawt.dll of the JRE seems ri= ght, and the one with Java Web Start does too. So i guess you have used JDK ? You may try JRE... Jiba |