[sdljava-users] Linux Issue
Status: Beta
Brought to you by:
ivan_ganza
From: Andrew W. <ar...@gm...> - 2007-10-14 18:47:47
|
I have been trying to get sdljava working today (I have been planning to use it in a project), and I hit a major snag. It is most easily illustrated by showing what happens when I try to run the space-invaders test script (or any script that uses GL): [arew264@Lagbox bin]$ ./space-invaders.sh ******** Reading classes from sdljava.jar Native code library failed to load. java.lang.UnsatisfiedLinkError: /home/arew264/workspace/sdljava-0.9.1/lib/libgljava.so: libGLEW.so.2: cannot open shared object file: No such file or directory Everything else seems to work without a problem, but for some reason it is trying to load that library. As the latest version of libGLEW is 1.4.0, I'm not sure why it would try to load version 2. It should be trying to load libGLEW.so.1.3.1 according to your website. |