Hi there,
I’m having trouble running the HelloXith3D example.
The example compiled fine with:
D:\xith>javac -classpath libs/xith3d.jar HelloXith3D.java
but I get this error when I try to run it:
D:\xith>java HelloXith3D
Exception in thread “main” java.lang.NoClassDefFoundError: HelloXith3D (wrong name: org/xith3d/gsg/HelloXith3D)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Having put the .jar’s and the .dll’s in the folders specified in the installation guide, for both of the java environments on this pc, I’m at a loss as to what I can do to fix it.
Any ideas?
Thanks in advance 
ps. Sorry if this question has been asked before.
pps. I’ve ran a few of the bundled test demos (CubeTest, Xith3DSphereMotionLightingTest) with no problems. Although I got null pointer exceptions for Xith3DAseTransformGroupTreeTest and Xith3DAseGroupTest - I don’t know if these errors are related to my main problem.