LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: jonesn on September 18, 2006, 05:12:08

Title: Linux 686 kernel and .so files
Post by: jonesn on September 18, 2006, 05:12:08
Howdy.

Do the native linux libs need to be compiled fresh for use on the 686 kernel?

I'm getting a java.lang.UnsatisfiedLinkError: getNativeLibraryVersion on my machine. I have set the java.library.path VM prop and the files are executable. I also tried putting them in my $JAVA_HOME/jre/lib/1386 dir just to check.

Got lwjgl running fine on windows.

Thanks all.
Nick.
Title: Linux 686 kernel and .so files
Post by: jonesn on September 23, 2006, 00:39:16
Just wanted to let people know how I got round this incase someone else runs into the same issue. Pretty simple my link libraries were more recent than the jars in my project.

I had moved from windows to ubuntu and had a lwjgl project checked into version control but it didn't have the linux .so files commited. When I made the switch I rechecked out the project but downloaded the latest release and used the new .so files with old jars.
Title: Linux 686 kernel and .so files
Post by: MarneusCalgarXP on September 23, 2006, 10:50:40
Yes, it can be useful for my next project, thank you  :wink: