I’ve ran some JOGL things before. I’m trying to install and use Xith3D, this is the error I get when I try to run the demo code from xith.org:
C:\xith\xith3d\libs>java -cp xith3d.jar;C:\j2sdk1.4.2_07\jre\lib\ext\vecmath.jar
;.;C:\j2sdk1.4.2_07\jre\lib\ext\jogl.jar;C:\j2sdk1.4.2_07\jre\lib\ext\log4j.jar;
C:\j2sdk1.4.2_07\jre\lib\ext\junit.jar;C:\j2sdk1.4.2_07\jre\lib\ext\vorbis.jar c
om.xith3d.test.CubeTest
starting frame speed test
Exception in thread “main” java.lang.AbstractMethodError: com.xith3d.render.jogl
.OldStyleGLCapabilitiesChooser.chooseCapabilities(Lnet/java/games/jogl/GLCapabil
ities;[Lnet/java/games/jogl/GLCapabilities;)I
at net.java.games.jogl.impl.windows.WindowsGLContext.choosePixelFormatAn
dCreateContext(WindowsGLContext.java:271)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.create(Wind
owsOnscreenGLContext.java:204)
at net.java.games.jogl.impl.windows.WindowsGLContext.makeCurrent(Windows
GLContext.java:117)
at net.java.games.jogl.impl.windows.WindowsOnscreenGLContext.makeCurrent
(WindowsOnscreenGLContext.java:110)
at net.java.games.jogl.impl.GLContext.invokeGL(GLContext.java:162)
at net.java.games.jogl.GLCanvas.displayImpl(GLCanvas.java:182)
at net.java.games.jogl.GLCanvas.display(GLCanvas.java:82)
at com.xith3d.render.jogl.CanvasPeerImpl.render(CanvasPeerImpl.java:1136
)
at com.xith3d.scenegraph.View.renderOnce(View.java:604)
at com.xith3d.scenegraph.View.renderOnce(View.java:537)
at com.xith3d.test.CubeTest.(CubeTest.java:181)
at com.xith3d.test.CubeTest.main(CubeTest.java:201)
I get an empty white screen when I try to run it, and when I go back to the command prompt I get this. Any ideas? I clicked on the “Newest Build” button of Xith and used that jar - should I use another file?
Thank you so much guys! All of you at this forum are really helpful!