I\'m trying to start my java game but I have some troubles with the java command line:
Here is what I type:
C:\\>java -Djava.library.path=%cd%\\lib
In Eclipse, if you using maven.
Add the following to the project "Run" : "VM options" .
-Djava.library.path=yourpath/youproject/java/target/natives