Troubles with running a test [jME version 2]

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)

follow the tutorial more closely :slight_smile:



look for 'Native Library Location ' in the tutorial

amm… I follow the tutorial very closely and I still didn't found the problem…



:?

In your post, you referenced to the jme1 set up guide, but its mostly the same.



http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_eclipse_to_build_jme_2


  1. Right-click on jme → Properties. Navigate to Java Build Path and choose the Libraries tab.


  2. Finally, we need to tell LWJGL where to find its native implementations. In the

thanks, I'll see if it works.



EDIT:



I can't find this "Preferences (Filtered)” window.

can you take a screen shot and show me? :confused:





EDIT2:



ok it works! thanks!

anyway, I have another question- what is this warning means?:

[

26/03/2009 00:18:06 com.jme.system.PropertiesIO load

WARNING: Could not load properties. Creating a new one.

]

The warning is ignorable.

I believe its from saving the display settings in the dialog box that appears when running any of the samples (where you choose screen resolution etc).

ok.



Thank you  :slight_smile: