Hi there… I guess that someone had this problem, but still I can’t solve it. So I’ll put here a list Of what I got and what I made so that you could help me.
OS Win XP Pro
java version “1.4.2”
Java™ 2 Runtime Environment, Standard Edition (build 1.4.2-b28 )
Java HotSpot™ Client VM (build 1.4.2-b28, mixed mode)
System Variables
JAVA_HOME = c:\j2sdk1.4.2
path = C:\j2sdk1.4.2\bin
Folders
Native Library Directory -> c:\j2sdk1.4.2\jre\bin
Java Library Directory -> c:\j2sgk1.4.2\jre\lib\ext
Xith3D -> c:\Xith3D
Ok… I’ve put these files at Java Library Directory:
junit.jar (misc)
log4j.jar (misc)
vorbis.jar (misc)
vecmath.jar (vecmath)
joal.jar (joal)
jogl.jar (jogl)
jogl-natives-win32.jar (jogl)
In the Native Library Directory I’ve pu these files:
OpenAL32.dll (joal)
joal.dll (joal)
jogl.dll (jogl)
jogl_cg.dll (jogl)
On folder Xith3D i’ve put xith3d.jar
I’m getting this error when I try to run the HelloXith3D.java.
with the compilation I have no problem (javac -classpath xith3d.jar HelloXith3D.java)
but when I run the program (java -classpath xith3d.jar HelloXith3D) I get this error:
"c:\Xith3D>java -classpath xith3d.jar HelloXith3D
Exception in thread "main" java.lang.NoClassDefFoundError: HelloXith3D"
So what is my problem?
Thanks.

