I followed all the steps .But when i run the example HelloWorld eclipse gives errors in the console.Like that:
2008-11-29 18:57:30 com.jme.app.BaseGame start
信息: Application started.
2008-11-29 18:57:30 com.jme.system.PropertiesGameSettings <init>
信息: PropertiesGameSettings created
2008-11-29 18:57:30 com.jme.system.PropertiesGameSettings load
警告: Could not load properties. Creating a new one.
2008-11-29 18:57:31 class jmetest.TutorialGuide.TestPong start()
严重: Exception in game loop
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
at org.lwjgl.Sys.loadLibrary(Sys.java:81)
at org.lwjgl.Sys.<clinit>(Sys.java:98)
at org.lwjgl.opengl.Display.<clinit>(Display.java:128)
at com.jme.system.lwjgl.LWJGLPropertiesDialog$ModesRetriever.run(LWJGLPropertiesDialog.java:682)
at com.jme.app.AbstractGame.getAttributes(AbstractGame.java:252)
at com.jme.app.BaseGame.start(BaseGame.java:67)
at jmetest.TutorialGuide.TestPong.main(TestPong.java:80)
2008-11-29 18:57:31 com.jme.app.BaseSimpleGame cleanup
信息: Cleaning up resources.
2008-11-29 18:57:31 com.jme.system.lwjgl.LWJGLDisplaySystem <init>
信息: LWJGL Display System created.
2008-11-29 18:57:31 com.jme.app.BaseGame start
信息: Application ending.
Hope you help me making a solution。
Best regards thx。
check this thread.
http://www.jmonkeyengine.com/jmeforum/index.php?topic=9709.0
thank you
i just want to say that the first example don't work untill now。
i set the variable path = <libs where the lwjgl.dll at>
It works fine for me i set vm options like this
-Djava.library.path="F:GameJME2JME2liblwjglnativewin32" :-o