-Djava.library.path and lwjgl-native-2.7.1.jar

Started by Krux, April 01, 2011, 23:22:59

Previous topic - Next topic

Krux

Hello
i want to use the new maven LWJGL repository, but with that repository I get all lwjgl native libraries within a single jar file (no folder anymore), and i cannot give the correct path to the .so files anymore. Adding only the jar file does not work. So, what is the correct parameter for -Djava.library.path?

MFG
Arne


splinecl

Did you follow this guide?
http://lwjgl.org/wiki/index.php?title=LWJGL_use_in_Maven

If so you should get all the native libraries unpacked to target/libs/natives/,which you can then use in your java.library.path