That isn't the way I addressed the problem. I get nervous when I have to
start deleting programs.
It's a case of which java.exe you're executing. If you're executing
java.exe from the c:\jdk1.3 directory, and only have the java3d 1.2 sdk
installed, you're fine.
But if in your path, c:\jdk1.3 comes after c:\winnt (or c:\windows for 98
systems), then you're running c:\windows\java.exe, which uses the RTE, not
the SDK.
Rather than deleting anything, I installed the java3d 1.2 runtime as well.
This way, I can control which environment I run under.
Incidentally, I never have a classpath set at the system level. I have a
set of batch files I use to configure my environment per DOS window. This
way, without having separate hardware, I can simulate a "vanilla" system.
My jdk3.bat file prepends C:\jdk1.3 to the path...otherwise I run from the
RTE.
Just my $0.02.
----- Original Message -----
From: "Justin Couch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 05, 2000 3:10 AM
Subject: Re: [JAVA3D] java3d1.2 and NT 4.0 instaling problem
> Desiree Hilbring wrote:
>
> > "main" java.lang.NoClassDefFoundError: javax/media/j3d/SceneGraphObject
> >
> > so it is not finding the java3d classes?
> >
> > the java3d-src-utils.jar is in c:\jdk1.3
> > the other 4 jar-files are in c:\jdk1.3\jre\lib and in
> > c:\jdk1.3\jre\lib\ext
> >
> > I tired to set the classpath to nothing or to . !
>
> Go to c:\Windows\System32 and delete java.exe and javax.exe. Now re-run
> and everything should work fine.
>
> (Hmm... must check to make sure this is in the FAQ. Have a sneeking
> suspicion it isn't.)
>
> --
> Justin Couch Author, Java Hacker
> Software Architect [EMAIL PROTECTED]
> rbuzz.net http://www.vlc.com.au/~justin/
> Java3D FAQ http://www.j3d.org/faq/
> -------------------------------------------------------------------
> "Look through the lens, and the light breaks down into many lights.
> Turn it or move it, and a new set of arrangements appears... is it
> a single light or many lights, lights that one must know how to
> distinguish, recognise and appreciate? Is it one light with many
> frames or one frame for many lights?" -Subcomandante Marcos
> -------------------------------------------------------------------
>
>
===========================================================================
> 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".
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
===========================================================================
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".