I tryied to start my application on linux, giving the relative native libraries.
Using jre 1.5.0_11 on Fedora core 6 :
Exception in thread "main" java.lang.UnsatisfiedLinkError: /myth/apps/Giuoco/impl/liblwjgl.so: Can't load IA 32-bit .so on a IA 32-bit platform
Going into deep, setting export LD_DEBUG=libs i've found this :
/usr/java/jre1.5.0_11/lib/i386/libjawt.so: error: relocation error: symbol awt_FreeDrawingSurface, version SUNWprivate_1.1 not defined in file libmawt.so with link time reference (fatal)
before the error posted before.
So, the liblwjgl version is the one given with jme srcs.
Maybe is the problem, incompatible version of liblwjgl with java version ?