I had the same problem just the other day. Read the Java3D ReadMe... the
problem is that there is a shortcut to c:\Program Files\JavaSoft\... (the
JRE) in the WinNT system directory. So you have to set your path to go to
c:\jdk1.2.2\bin before anything else. The JDK will know where to find the
appropriate files. (The reason the applet worked is that you were running
the JDK's appletviewer)

Cheers,
Brett

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 02, 1999 1:04 AM
Subject: Re: [JAVA3D] Compilation on Windows NT


> Hello all
>
> I see that the files os Java 3D are in the correct location in
jdk1.2.2/jre/....
>
>
>
> When I use: appletviewer HelloUniverse.html there isn't any problem to
execute
> this example but when i use java HelloUniverse, appear the message:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
javax/media/j3d/Scene
> GraphObject
>
> Why the same example have diferent behaviour if is and applet o and
application?
> and what is wrong in may NT system?
>
> Tanks for any help
>
>

===========================================================================
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".

Reply via email to