NT would be ok.
Still I can't run Java3D-apps under Windows96/98 environment.

any ideas?

YAMAMOTO Michihiro
[EMAIL PROTECTED]



----------------------------------------------------
At 09:14 AM 1/8/99 +0100, you wrote:
>I cant get Java3D to run on my PC.
>
>I have installed jdk1.2 in c:\jdk1.2 (default dir).
>Java3d in the same directory.
>
>All the JRE goes to c:\program files\javasoft\jre (also default).
>
>When I first try to run java HelloUniverse I get:
>
>C:\jdk1.2\demo\java3d\HelloUniverse>java HelloUniverse
>Exception in thread "main" java.lang.NoClassDefFoundError:
>javax/media/j3d/Scene
>GraphObject
>
>classpath is set to .
>

Up to this point everything is fine. The trick is to set
your PATH so that C:\jdk1.2\bin; is the first item in your PATH.

For example:

This PATH works fine:
PATH = C:\jdk1.2\bin;C:\WINNT\system32;C:\WINNT;

This PATH produces your error:
PATH = C:\WINNT\system32;C:\WINNT;C:\jdk1.2\bin;

See Oliver Schlueter's posting addressing this problem for more info:
http://java.sun.com/products/java-media/mail-archive/3D/0698.html

=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to