Problem running jME/jME Physics example

Hi,



I'm getting an error with an jME Physics example. I've posted it here because I was not sure if it's an jME or jME Physics error. I'm using JDK 1.5 and Netbeans 5.0. This is the error I get:



init:

deps-jar:

compile:

run:

31-mrt-2006 11:44:01 com.jme.system.PropertiesIO load

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

java.lang.LinkageError: Version mismatch: jar version is '0.99', native libary version is '0.96'

        at org.lwjgl.Sys.<clinit>(Sys.java:73)

        at org.lwjgl.opengl.Display.<clinit>(Display.java:104)

        at com.jme.system.lwjgl.LWJGLPropertiesDialog.<init>(Unknown Source)

        at com.jme.app.AbstractGame.getAttributes(Unknown Source)

        at com.jme.app.BaseGame.start(Unknown Source)

        at VGS.CarGame.CarGame.main(CarGame.java:93)

BUILD SUCCESSFUL (total time: 2 seconds)



Thanks in advance for your help.



Regards,



Jeroen

Looks like you're using an old version of the native LWJGL libraries.