Hi everyone!
I'm actually working on a student project : an online poker game in 3D!
I begin the learning of JME with a workspace where i used JME source (and it worked) , but my professor want that i use jar files.
So i downloaded the .jar of JME and i put them in a lib directory in a new workspace. But when i want to run my application (just the display of a cube to test the stuff), i got a
Exception in thread "main" java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
So i downloaded LWJGL .jars and added them to my lib directory but i got
GRAVE: Exception in game loop
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
After some researches on the web, i added
-Djava.library.path="C:/blabla/Myworkspace/lib
in Default VM Argument but Eclipse said that there is a problem of version.
Can someone explain me how to install JME in Eclipse using jar? (cause i've just a week :'( to do all the animation of my project and i don't want to lose a day on this!)
Thank you!!!