UnatisfiedLinkError on linux

Started by dgboone, July 06, 2010, 13:55:15

Previous topic - Next topic

dgboone

Hi,

I am attempting to use lwjgl in headless mode on Centos 5.4 x64 with jdk 1.6 and I am getting the following error:

"java.lang.UnsatisfiedLinkError: /usr/lib64/liblwjgl64.so: /usr/java/jdk1.6.0_16/jre/lib/amd64/libjawt.so: symbol awt_FreeDrawingSurface, version SUNWprivate_1.1 not defined in file libmawt.so with link time reference"

I have seen others mention this error, but am not clear if there is a way to overcome this. Is there or is it just not possible to use lwjgl in headless mode on linux?

Dwayne