From: Kenneth B. R. <kbr...@al...> - 2001-12-11 16:52:51
|
> I am running GL4Java on a Windows 2000 machine. I also got the > same results on 2.8.1, how not on 2.7.x. I used both manual and the > Install program to install. As you can see I am using JDK 1.3 (java full > version "1.3.0-C"). Anyone else getting this? > > Exception in thread "main" java.lang.UnsatisfiedLinkError: > gljFetchGLFunctions > at gl4java.GLContext.gljFetchGLFunctions(Native Method) > at gl4java.GLContext.doLoadNativeLibraries(GLContext.java:893) gljFetchGLFunctions was recently changed from a native method to a Java method and the native method renamed to gljFetchGLFunctions0. It looks like an old version of gl4java.jar is being used with the new native library. I haven't tested the Win2k binaries from the website but the code in the source tree works. |