Exception in thread "main" java.lang.UnsatisfiedLinkError: gljFetchGLFunctions

Hello

I get the error
C:\j2sdk1.4.0_03\bin>java Framework
Exception in thread “main” java.lang.UnsatisfiedLinkError: gljFetchGLFunctions
at gl4java.GLContext.gljFetchGLFunctions(Native Method)
at gl4java.GLContext.doLoadNativeLibraries(GLContext.java:896)
at gl4java.awt.GLCanvas.<clinit>(GLCanvas.java:178)


when I try to run a app in java? I have placed the GL4JavaJauGljJ***.dll files in the system folder and added the path…

Can anyone help?

The error message is probably about missing jar files and not dlls.

No, its about a missing (in case of Windows) DLL. A missing jar/class would give you a ClassNotFound exception.

[This message has been edited by HS (edited 04-04-2003).]