It's in the top-level README for Java3D and has been for at least a couple
releases :
[excerpt from README.Java3d-jdk.OpenGL.txt:]
"NOTE: The Java2 SDK 1.2 installs Java into both the JDK location (c:\jdk1.2
by default) and into the JRE location
(C:\Program Files\JavaSoft\Jre\1.2 by default). Additionally, a
shortcut to java.exe is installed in the WINNT/System32 (for NT
systems) or Windows/System (for Windows 95 & 98) directory.
Developers need to be aware of this when working with the Java2 1.2 SDK.
Unless the path to the 1.2 SDK bin directory is placed in the PATH
environment variable ahead of the system directory, the SDK java.exe
will not be executed. If any extensions (such as Java 3D) are only
installed into the SDK and not the JRE as well, then these extensions
will not be found during program execution."
-Gary
Ming Zhang <[EMAIL PROTECTED]> on 12/01/99 02:57:50 PM
To: Gary Moss/arl@arl, [EMAIL PROTECTED],
[EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject: RE: [JAVA3D] Installing OpenGL
Thank you all of the help I got. Everything works perfectly now. Sun should
really note all of the additional configuration in the Java 3D installation
text file.
Ming Zhang
Hollyer & Schwarz, Software Consulting
312-558-9080 ex. 342
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 01, 1999 12:11 PM
To: Ming Zhang
Cc: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Installing OpenGL
Ming,
Make SURE that the folder that you installed 'java' in is FIRST in your
search
Path. In particular, it must precede the default system folders.
Here's how:
Right-click on MyComputer and select 'Properties', then 'Environment' tab.
Under 'System Variables' select 'Path' and set it to something like:
D:\jdk1.3\bin;%SystemRoot%\system32;%SystemRoot%
HTH,
-Gary
Ming Zhang <[EMAIL PROTECTED]> on 11/30/99 02:56:09 PM
To: [EMAIL PROTECTED]
cc: (bcc: Gary Moss/arl)
Subject: [JAVA3D] Installing OpenGL
I installed Java 1.2 and Java 3D on my WindowsNT 4.0 machine and I tried
to run HelloUniverse example. I got the UnsatsifiedLinkError: no J3D in Java
Library path. So I tried to download OpenGL from OpenGL website. However, I
wasn't able to find the OpenGL for Java. WindowNT already has OpenGL bundled
in it. So I am not sure what to do. Does any one have an idea where I can
get OpenGL to run Java 3D and how to install it on WinNT? Thanks.
===========================================================================
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".