Hello Biswajit,
this may be the result of Microsoft's java.exe is getting ran instead of
Sun's. you can verify this by typing "java -version" at the command prompt.
you should get something similar to:
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)
it may find Symantec's or Microsoft's instead (if its Microsoft's try "/?" )
if it found anything other than Sun's you can try the following:
search your hard drive(s) for java.exe and compare their location with your
"path" variable. You can find out what the value of your "path" by typing
"set" (without quotations) at the command prompt. Keep in mind that when you
install mssdk, it copies java.exe couple of places including the windows
folder (winnt in your case) which it is almost always in your "path".
if the java.exe was Sun's, do the typical troubleshooting that you can find
in the mail archives.
--------------------------------------------------------------------------
Syrus Mesdaghi Fullsail Real World Education
Real Time 3D instructor Winter Park, FL
[EMAIL PROTECTED] www.fullsail.com
--------------------------------------------------------------------------
----- Original Message -----
From: "Biswajit Ghoshal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 28, 2000 8:18 AM
Subject: [JAVA3D] Problem with Java 3D installation
> 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.
>
> 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?
>
> 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".