I got the following Error as I compiled my program using the jlwgl and the slick library:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
There are really many posts on that ! But I really didn't get the solutions of any of them. I think, that for example the description on this site probably explained everything . But I don't know what they mean by:
Specify the path to it using -Djava.library.path=
It would be very kind if you could give me a step by step explanation for dummies.
I am using ubuntu 12.04 and my IDE is eclipse
From this question:
Go to the library settings for your projects and for each LWJGL library go to the tree view in the library tab. Each library has items for source, javadoc and native library locations.
Select project, right click->properties, "java build path", "libraries" tab, select a jar, expand it, select "Native library location", click "edit...", folder chooser dialog will appear)