jME-Physics-2 example "testChooser.java" doesn't run!

I followed the tutorial <a href="http://www.jmonkeyengine.com/wiki/doku.php?id=setting_up_netbeans_5.0_to_build_jme_and_jme-physics_2">here</a>. I followed it very closely, but for some reason when I try to run the example it tells me to (testChooser.java) I get this error. Can anybody enlighten me on what the heck this is? I've looked through the Java files, but have found nothing that says "and" in a class, and it compiled correctly the first time!





I keep getting this error:



java.lang.NoClassDefFoundError: and

Caused by: java.lang.ClassNotFoundException: and

        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)

        at java.security.AccessController.doPrivileged(Native Method)

        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)

        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

Exception in thread "main"

Java Result: 1

Solved this. Accidentally put my Djava.library… crap into VM options instead of Arguments.

Hey, Trussel. Congratulations on your decision to use a scenegraph instead just plain GL. Your high school class will achieve more in a year with it. (Still you need to understand GL concept, as you know.)



I've posted a reply to your "fix" on JGO, already: -Djava.library.path must go into vm arguments.