From: Jiba <a1...@So...> - 2001-07-01 07:55:44
|
bm...@wo... wrote: > I am having problems in moving from 2.4.1.0 to 2.7.2.0 on windows nt > with jdk1.3.1. I get the same problem if I use the precompiled libraries > or build the libraries myself. I know that my classpath and system path > variables are set correctly, but I get the following errors when trying > to run the application: > > E:\GL4Java\Win32VC6\libs>java com.rsc.delphi.mapdisplay.test.OGL2DMap > Sorry, can't find the library: GL4JavaJauGljJNI13 > java.lang.UnsatisfiedLinkError: > E:\GL4Java\Win32VC6\libs\GL4JavaJauGljJNI13.dll: > One of the library files needed to run this application cannot be found > > But, all the *.dll, *.lib, and *.exp files are where they should be. > Does anyone know what I am doing wrong? Is the 'missing' library a java > library or GL4Java library? I've got similar problem... The missing lib may be jawt.dll (or another lib used by jawt). For me, this problem occurs only with JDK, not with JRE, so try to run your program with the JRE bundled in the JDK ! > Thanks, > Brian Jiba |