Hi there
I've just installed the Physic and JMe engine on Netbeans 6.5
I read the Guide but i can't run the Testchooser from the Physics-Project
I get an Error and it says there would be something wrong with the game-loop
run:
21.03.2009 17:36:01 jmetest.TestChooser start
INFO: Composing Test list...
21.03.2009 17:36:01 jmetest.TestChooser find
INFO: Searching for Demo classes in "physics".
21.03.2009 17:36:05 com.jme.system.PropertiesIO load
WARNUNG: Could not load properties. Creating a new one.
21.03.2009 17:36:06 class com.jmetest.physics.TestCenter start()
SCHWERWIEGEND: Exception in game loop
java.lang.UnsatisfiedLinkError: G:Programmejmejmeliblwjgl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
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(Unknown Source)
at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(Unknown Source)
at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(Unknown Source)
at com.jmetest.physics.SimplePhysicsTest.getAttributes(SimplePhysicsTest.java:63)
at com.jme.app.BaseGame.start(Unknown Source)
at com.jmetest.physics.TestCenter.main(TestCenter.java:89)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at jmetest.TestChooser.start(Unknown Source)
at com.jmetest.physics.TestChooser.main(TestChooser.java:47)
BUILD SUCCESSFUL (total time: 5 seconds)