I’ve just started using Xith3D this week and I’ve been going through the installation guide. Well, I think I have Xith3D installed correctly and all of my path’s in order.
I tried out the cubetest example and it works perfectly so I’m assuming that all of the libraries have been put in the appropriate places.
The problem is that I can’t seem to run the HelloXith3D example. It appears to compile correctly and the class file is appearing in the correct subdirectory, but when I try to run it I’m getting a NoClassDefFoundError. It almost seems like it can’t find HelloXIth3D.class even though it looks like it’s in the right place.
I went ahead and took out the packages line from the file and compiled it at the root of the Xith3D directory to see if that would fix anything but I still get the same error.
I’m really scratching my head over this one because I haven’t had any problems running my java apps before and I seem to have followed the installation instructions verbatim, anyone have an idea as to what could possibly be wrong?