> Date: Thu, 28 Sep 2000 18:48:30 +0530
> From: Biswajit Ghoshal <[EMAIL PROTECTED]>
> Subject: [JAVA3D] Problem with Java 3D installation
> To: [EMAIL PROTECTED]
>
> Hello everyone,
> I have installed Java 1.3, Open GL from Microsoft, and then Java 3D (in the
> same directory of Java 1.3, i.e. in c:\jdk1.3\ directory) successfully in my
> system (NT 4.0 workstation).
> When I tested Java installation running SimpleExample.jar, it ran perfectly.
Java 3D requires Java 1.2.2 or higher from Sun Microsystems:
http://java.sun.com/j2se
>
> But while I tried to test Java 3D installaion by using the following
> commands - 1) c:> cd \jdk1.3\demo\java3d\HelloUniverse" and then 2)
> "c:\jdk1.3\demo\java3d\HelloUniverse>java HelloUniverse" it gave the error
> : "Exception in thread "main" java.lang.NoClassDefFoundError:
> javax/media/j3d/SceleGraphObject".
> I tried uninstallation and reinstallation, but the same problem is
> persisting.
> Can anyone please tell me what I should do to solve this problem?
You don't have Java 3D installed into your SDK. The current
release of Java 3D has two installers - a JRE one and an SDK one.
You need to install both to get Java 3D installed into both the
JVMs on your machine. (You have a JVM in c:\Program Files\JavaSoft
and another in c:\jdk1.3\jre). To see if Java 3D is installed into a
JVM, check the lib\ext\ directory for the existence of the four
Java 3D jar files and the bin\ directory for the two Java 3D DLLs.
The next release of Java 3D has a smarter installer.
-Paul
>
> Thanks & Regards,
> Biswajit
>
> ===========================================================================
> 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".
===========================================================================
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".