Ok, now i try to run a test file and it says:
8-feb-2009 21:16:56 com.jme.app.BaseGame start
INFO: Application started.
8-feb-2009 21:16:57 com.jme.system.PropertiesGameSettings <init>
INFO: PropertiesGameSettings created
8-feb-2009 21:16:57 com.jme.system.PropertiesGameSettings load
WARNING: Could not load properties. Creating a new one.
8-feb-2009 21:16:58 class jmetest.effects.TestDynamicSmoker start()
SEVERE: 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:129)
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.effects.TestDynamicSmoker.main(TestDynamicSmoker.java:79)
8-feb-2009 21:16:59 com.jme.app.BaseSimpleGame cleanup
INFO: Cleaning up resources.
8-feb-2009 21:17:00 com.jme.system.lwjgl.LWJGLDisplaySystem <init>
INFO: LWJGL Display System created.
8-feb-2009 21:17:01 com.jme.app.BaseGame start
INFO: Application ending.
any ideas how to fix this? or where i find lwjgl jar
Include the (OS appropriate) jar file under the lib/swt folder…
ok, fixed already, u know how to fix other problem?
search the forum for 'no lwjgl in java.library.path', depending on the IDE you use, there are different solutions.
ok thanks!