I follow the Xith3D tuturial to install Xith3D and Jogl. When I run the TextureDemo, I got the following error:
java.lang.NoClassDefFoundError: com/xith/utility/logs/Log
at com.xith3d.loaders.texture.TextureLoader.findImageFile(TextureLoader.java)
at com.xith3d.loaders.texture.TextureLoader.resolvePath(TextureLoader.java)
at com.xith3d.loaders.texture.TextureLoader.loadImageFast(TextureLoader.java)
at com.xith3d.loaders.texture.TextureLoader.loadTexture(TextureLoader.java)
at com.xith3d.loaders.texture.TextureLoader.loadTexture(TextureLoader.java)
at com.xith3d.loaders.texture.TextureLoader.getMinMapTexture(TextureLoader.java)
at org.xith3d.gsg.TextureDemo.<init>(TextureDemo.java:46)
at org.xith3d.gsg.TextureDemo.main(TextureDemo.java:28)
Exception in thread “main”
May I set up some libraries wrong? Any suggestions?
Thanks.
–Dot