I have downloaded the jME(2) and now it's installed in my pc…
I have Eclipse, and I read the "Eclipse Guide to jME"
(http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_eclipse_to_build_jme)
but when I trying to run one of the tests in the src folder, it's saying that:
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.lwjgl.Sys$1.run(Sys.java:75)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:68)
at org.lwjgl.Sys.loadLibrary(Sys.java:84)
at org.lwjgl.Sys.<clinit>(Sys.java:101)
at org.lwjgl.opengl.Display.<clinit>(Display.java:111)
at com.jme.system.lwjgl.LWJGLPropertiesDialog$ModesRetriever.run(LWJGLPropertie
sDialog.java:669)
at com.jme.app.AbstractGame.getAttributes(AbstractGame.java:219)
at com.jme.app.BaseGame.start(BaseGame.java:62)
at jmetest.renderer.TestTeapot.main(TestTeapot.java:61)
can you help me please? :wink:
(sorry for the bad english)