SOLVED: NoClassDefFoundError and ClassNotFound?

Sorry, guys, but this is driving me nuts.  I am sure someone will know the simple answer immediately.

[pre]

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

BUILD SUCCESSFUL (total time: 0 seconds)

[/pre]

This error comes from attempting to compile and run the first tutorial, 'Learning JME', after following the installation/setup/config instructions from the 'Getting Started' tutorial on the wiki.  I have executed the two middle installation steps for Netbeans twice, thinking I missed a library config or somehow messed one up. 



I am using:  Netbeans 6.1, CVS downloads of jME and jMEPhysics (per the guide).  Netbeans shows no errors in the code view, everything seems to resolve fine within the editor.  Am I somehow missing a prereq package/jar that I missed in the instructions?



This is likely a simple issue, but I cannot seem to find where I am going wrong.  My next step will be to wipe back to the start and try it again.

Problem solved here:  http://www.jmonkeyengine.com/jmeforum/index.php?topic=7827.0



As soon as I can get access to the wiki, I will fix the entry.  Some people are copy-pasting that line, and the " marks are screwing them up.  Myself included.