Can't get it to work! Working with this whole nigh

I can’t install it, all I get is:
And I execute the test as:
C:\Program\xith3d>java -classpath libs/xith3d.jar;c:\program\java\jdk1.5.0\jre\l
ib\ext\vecmath.jar;c:\program\java\jdk1.5.0\jre\lib\ext\jogl.jar;c:\program\java
\jdk1.5.0\jre\lib\ext\joal.jar;c:\program\java\jdk1.5.0\jre\lib\ext\junit.jar;c:
\program\java\jdk1.5.0\jre\lib\ext\xith_utilities.jar;c:\program\java\jdk1.5.0\j
re\lib\ext\vorbis.jar;c:\program\java\jdk1.5.0\jre\lib\ext\log4j.jar;c:\program
java\jdk1.5.0\jre\lib\ext\junit.jar;c:\program\java\jdk1.5.0\jre\lib\ext\jogl-na
tives-win32.jar -Djava.library.path=c:\program\java\jdk1.5.0\jre\bin com.xith3d.
test.CubeTest

AND I GET:

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.setRenderingThread(GLContext.java:
253)
at net.java.games.jogl.GLCanvas.setRenderingThread(GLCanvas.java:148)
at com.xith3d.render.jogl.CanvasPeerImpl.render(CanvasPeerImpl.java:1089
)
at com.xith3d.scenegraph.View.renderOnce(View.java:755)
at com.xith3d.scenegraph.View.renderOnce(View.java:688)
at com.xith3d.test.CubeTest.(CubeTest.java:181)
at com.xith3d.test.CubeTest.main(CubeTest.java:201)

Are you using the current version of JOGL? That error looks suspiciously like a bug that was recently fixed. Try downloading the new JOGL and trying againl.

Here is the old thread…

http://www.java-gaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=xith3d;action=display;num=1082300768;start=0

Added basic fix info to the Troubleshooting section of the Wiki.

a tip for next time, so that we can help you faster, can you please use meaningful subject headers? :slight_smile:

Will.