From: eric <er...@he...> - 2001-06-29 18:31:08
|
There should be 3 .dll files - don't know them off the top of my head though. What IDE are you using (JBuilder, Together, NetBeans, ....?) The JNI .dll files actually may not be in the right place. I was using JBuilder and got the same error if the JNI files weren't in the JBuilder/JDK1.3/bin directory. I realize that if your classpath is set the linker should find the libraries but since it's not: I would play with the location of the .dll files. If there are multiple java distributions on your machine - try physically moving the gl4java .dlls to all the different bin/ directories and try recompiling each time. When in desperate times... Just something else you can try :) -=eric=- On 6/29/01 12:53 AM, "bm...@wo..." <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? > > Thanks, > Brian > > > _______________________________________________ > gl4java-usergroup mailing list > gl4...@li... > http://lists.sourceforge.net/lists/listinfo/gl4java-usergroup |