Getting started - jME-Physics2; "no lwjgl in java library path"; Netbeans

I've been working through the Netbeans "Getting Started" guide to get jME up and running.  I'm pretty sure I've followed the directions to a T.  I successfully worked through step "a" (building jME), and running it's TestChooser tests.



I successfully worked through steb "b" (build jME-Physics-2), up until running the TestChooser.  When I choose any of the tests from the menu, I get the following error:



run:
Jun 22, 2009 1:57:17 PM jmetest.TestChooser start
INFO: Composing Test list...
Jun 22, 2009 1:57:17 PM jmetest.TestChooser find
INFO: Searching for Demo classes in "physics".
Jun 22, 2009 1:57:27 PM com.jme.system.PropertiesIO load
WARNING: Could not load properties. Creating a new one.
Jun 22, 2009 1:57:27 PM class com.jmetest.physics.TestTriMesh start()
SEVERE: Exception in game loop
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
        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.TestTriMesh.main(TestTriMesh.java:153)
        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: 11 seconds)



Am I missing some crucial step?  I tried manually adding the lwjgl.jar to the runtime libraries for the jME-Physics-2 project, without success.

This sounds like a real simple solution, but I can't figure it out.

Nevermind - I double-checked my VM options and discovered I misspecified one of the paths.