Something's not installed correctly.
First, make sure your PATH environment variable leads you to the
correct Java executable in c:\jdk1.3\bin\java. If you have
c:\winnt\system32 in your path before c:\jdk1.3\bin, it will
use the Microsoft JVM (won't work). Do 'echo %PATH% to see
you path. To change your sefault path, Start/Settings/Control
Panel/System/Environment.
Type 'java -version' and you should see something like this:
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Next, set you classpath to '.' like this: set CLASSPATH=.
-Paul
> MIME-Version: 1.0
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
> Date: Sun, 3 Dec 2000 19:03:29 +0200
> From: Arto Paasovaara <[EMAIL PROTECTED]>
> Subject: [JAVA3D] NoClassDefFoundError
> To: [EMAIL PROTECTED]
>
> With many java3d examples I get error:
>
> NoClassDefFoundError , and every time class which is not found is
javax/media/j3d/* , where * is class name.
>
> Am I missing some path/file somewhere? Has anyone else had same problem?
>
> Thanks,
> Arto Paasovaara
>
>
>
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".