Need help with running demos

Here is my current error

Exception in thread “main” java.lang.NoClassDefFoundError: javax/vecmath/Tuple3f


my current Autoexec.bat ::

set CLASSPATH=.;c:\ZoWnX\java\classes;c:\ZoWNX\java\classes\Xith3D\xith3d.jar;%CLASSPATH%
PATH=%PATH%;C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin;

You don’t have vecmath.jar in your class path. Have you read http://xith.org/installing.php that shows you how to setup them up in your jre/ext/lib dir so they are always there.

Download vecmath.jar here: http://xith.org/download/third-party/vecmath/vecmath.jar

Have you got everything else installed that you need?

What build of Xith3D are you using?

Will.

i am positive i have everything installed… i even unjar’d vecmath.jar and checked to make sure it was in there (it being Tuple3f)… and yes its in my lib\ext

any further ideas?

try specifying it at runtime in your -cp

Will.