Can not run examples

I have tried to run the examples but always get the same error

FYI I am using a Macintosh, with the netbeans IDE.



init:

jmeKeyStore

compile:

Compiling 1390 source files to /Users/DAD/NetBeansProjects/jme/build

Note: Some input files use unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

compile-test:

Compiling 249 source files to /Users/DAD/NetBeansProjects/jme/build

run-testchooser:

Oct 28, 2008 8:49:07 PM jmetest.TestChooser start

INFO: Composing Test list…

Oct 28, 2008 8:49:07 PM jmetest.TestChooser find

INFO: Searching for Demo classes in "jmetest".

Oct 28, 2008 8:49:07 PM com.jme.scene.Node <init>

INFO: Node created.

Oct 28, 2008 8:49:10 PM com.jme.app.BaseGame start

INFO: Application started.

Oct 28, 2008 8:49:10 PM com.jme.system.PropertiesIO <init>

INFO: PropertiesIO created

Oct 28, 2008 8:49:10 PM com.jme.system.PropertiesIO load

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

Oct 28, 2008 8:49:10 PM class jmetest.effects.cloth.TestCloth start()

SEVERE: Exception in game loop

java.lang.LinkageError: Version mismatch: jar version is '17', native libary version is '12'

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

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

        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 jmetest.effects.cloth.TestCloth.main(Unknown Source)

        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:585)

        at jmetest.TestChooser.start(Unknown Source)

        at jmetest.TestChooser.main(Unknown Source)

Oct 28, 2008 8:49:10 PM com.jme.app.BaseSimpleGame cleanup

INFO: Cleaning up resources.

Oct 28, 2008 8:49:10 PM com.jme.system.lwjgl.LWJGLDisplaySystem <init>

INFO: LWJGL Display System created.

Oct 28, 2008 8:49:10 PM com.jme.app.BaseGame start

INFO: Application ending.

BUILD SUCCESSFUL (total time: 22 seconds)




I'm unsure of netbeans and osx however I did see several different library locations for the lwjgl jars including 2 for macs did you set your lwjgl library paths to one of them?