I’m new to Xith3D (and java for that matter), and I’m having some trouble getting the HelloXith3D.java file to compile. I followed all the instructions in the Getting started guide, here’s the error I get:
C:\xith3d\xith3d-0.7.1\xith3d>javac -classpath C:\xith3d\xith3d-0.7.1\xith3d\lib
s\xith3d.jar;C:\xith3d\third-party\third-party\vecmath\vecmath.jar;C:\Program%20
Files\Java\jre1.5.0_06\bin\.;C:\Program%20Files\Java\jre1.5.0_06\lib\ext\. Hello
Xith3D.java
HelloXith3D.java:11: package com.xith3d.render.jogl does not exist
import com.xith3d.render.jogl.*;
^
HelloXith3D.java:36: cannot access com.xith3d.scenegraph.VirtualUniverse
bad class file: C:\xith3d\xith3d-0.7.1\xith3d\libs\xith3d.jar(com/xith3d/scenegr
aph/VirtualUniverse.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpa
th.
VirtualUniverse universe = new VirtualUniverse();
^
2 errors
Any ideas? Thanks!