From: Frank A N. <tn...@ju...> - 2001-12-11 18:14:53
|
>> 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. Thanks Kenneth for the insight. When ended up happening is I have more then one JDK installed on my machine and was using an old set of jar file with a new set of DLLs. Also, it fix my problem earlier with getting the "problem in use() method" when using GLJPanels. Thanks again Tony ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/. |