Cant Run TestChooser items

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)

something wrong with the game-loop

something ?  :)  it says pretty clearly that it can't load 32bit dll's on a 64 bit platform

looks like you have to get the 64 bit lwjgl dll.

http://www.jmonkeyengine.com/jmeforum/index.php?topic=6062.0

Ok i think i found the new lwjgl for 64 bit



But how can i change the monkeyengine used items with the new? do i have to replace all items manual?




Nope didn’t find anything.



I will try the VM-Way i think there is no other way to solve my Problem.



I think from today i will hate my 64-Bit System  :wink:

thnx for help