I already had a JOGL release installed (JSR-231 beta 03, Feb 17 2006) when I installed the Xith3D release (Aug-31-2005), but they don’t seem compatible. When I try “java -cp libs/xith3d.jar com.xith3d.test.CubeTest”, I get the following error:
Exception in thread “main” java.lang.NoClassDefFoundError: net/java/games/jogl/GLEventListener
I know JOGL works, because I’ve used it in other programs. Looking at the JOGL library, there is no net.java.games.jogl package. So, I’m guessing that JOGL has changed and Xith hasn’t caught up? Or is there something else going on? Can someone please explain?