com.xith3d.render.jogl.RenderPeerImpl ... Dont have in Jar ?

Hi !

I install all jar necessery to run Xith code…

But when i test basic demos, have a warning. This warning is about a dont have de class com.xith3d.render.jogl.RenderPeerImpl

:’(

Anywehere have a solution for this ?

In your Xith pakage have this class ?

thanks

Og

It sounds like the demo code needs to be updated to point to com.xith3d.render.jsr231.RenderPeerImpl instead.

I have updated all demos several days ago, have you the 0.7.1 version or the old 0.7.0 ?

i install the xith3d-0.7.1.

This class Have in the Xith API ? Besau i see her in the API doc. But in the jar no ???

i changue the class to com.xith3d.render.jsr231.RenderPeerImpl

but i see this error

Exception in thread “main” java.lang.NoClassDefFoundError: com/sun/opengl/util/BufferUtil
at com.xith3d.render.jsr231.ShapeAtomPeer.(ShapeAtomPeer.java:660)
at com.xith3d.render.jsr231.RenderPeerImpl.(RenderPeerImpl.java:64)
at br.teste.HelloXith3D.(HelloXith3D.java:68)
at br.teste.HelloXith3D.main(HelloXith3D.java:28)

I had an error like that but it went away when I flushed my Java Web Start cache. Maybe he is using an older JOGL JAR?

Sure. Replace your jogl.jar by the one provided in the 0.7.1 distrib.

Where to find this class/interface ?-
com/sun/opengl/util/BufferUtil
I download the jogl.jar (with xith3d-0.7.1), which size is 1096k. But I can not find com.sun.opengl… in this jar.
Can anybody help to locate this class? Or I should download any more jar besides which in third-party.tar.gz

I’m sorry the third-party.tar.gz isn’t up-to-date. Please find the correct jogl file in the xith3d-0.7.1.zip file (directory libs/ or third-party/, I can’t remember). Also you can download it from the JOGL official web site : https://jogl.dev.java.net/