Hello guys!
I have problems with JOGL library. I have download the latest xith3d and I have install it with third-parties libraries and when I try to execute some demo I get this error:
Exception in thread “main” java.lang.NoClassDefFoundError: com/xith3d/render/jogl/RenderPeerImpl
at org.odejava.xith3d.test.CarExample.initXith(CarExample.java:158)
at org.odejava.xith3d.test.CarExample.(CarExample.java:128)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at org.odejava.xith3d.test.RunDemo.main(RunDemo.java:155)
It seems that in xith3d package doesn’t exit any package with the name jogl. Somebody knows what is happening? Thanks.
P.D.: I’m sorry about my poor English. I’m Spanish.