Thanks for replies so far!
Removed all java installs, removed xith3d. Installed Java SDK 1.4.2_04 in c:\java2
Installed Xith3d in c:\xith3d
Followed tutorial explicitely to install third party files:
Native: c:\java2\jre\bin\
Library: c:\java2\jre\lib\ect\
Xith: C:\xith3d
Copied misc and vecmath to library, copied native and java components for win (joal and jogl) to native and library (as directed), installed Xith3D
Still encountered problems.
“java -cp libs/xith3d.jar com.xith3d.test.CubeTest”
Noticed that /com/xith3d/test/ directories are subdirectories of /src/ Is this a mistake in the install directions? Tried changing to src.com.xith3d.test and tried moving the com directory +subdirectories to xith3d and then deleting the empty /src/ directory.
Both still gave same problem with NoClassDefFoundError
Did some research in other forums, seems that this particular error is related to classpath variable and path…tried a variety of “fixes”.
Finally at a point where c:\xith3d\com\xith3d\test>javac cubetest.java does not return errors, so that part works ok now. Then tried java CubeTest from same directory…now it seems I am getting somewhere: returned errors:
at java.lang.ClassLoader.defineClass0(Unknown Source) etc. etc.
Tried c:\xith3d\com\xith3d\test>java com/xith3d/test/CubeTest
This returns error:
Exception in thread "main java.lang.NoClassDefFoundError: javax/vecmath/tuple3f
c:\xith3d>java -cp libs/xith3d.jar com/xithd/test/CubeTest returns same error.
So, Im back to the tuple problem.
vecmath.jar is in c:\java2\jre\lib\ext
I apologize if it looks like Im stumbling around and dont know what Im doing : ) I have relatively zero experience with Java, and I need xith3d working so I can evaluate a project someone else is working on.
As always, any advice/feedback/suggestions appreciated. Thanks!
winxp pro
2.4ghz/512mb