Java 3DTM
1.5.1 Release
This software is licensed by Sun, as specified in the LICENSE-Java3D-v1_5_1.txt
file. You
must only use this software in accordance with the terms under which
the
code is licensed.
Instructions for Unzipping Java 3D 1.5.1 Release
The 1.5.1 version of the
Java 3DTM
API runs on JDK version 1.5.0 and higher. It has been released for
the Solaris, Linux, Windows,
and Mac OS X
operating
environments.
Windows
The 1.5.1 version of the Java 3DTM
API for Windows/XP and Windows 2000 runs on JDK version 1.5.0 and
higher.
NOTE:
This zip
bundle is intended for expert users who do not want to use the
automated installer. Most users will want to download and install the
java3d-1_5_1-windows-i586.exe file instead.
To manually install this build, do the following:
- Download java3d-1_5_1-XXX.zip to a temporary
directory,
for example, "c:\Temp"
- Unzip java3d-1_5_1-XXX.zip (using WinZip or a
similar
tool) into "c:\Temp". This will create a
"java3d-1_5_1-XXX" subdirectory in \Temp where the
downloaded files can be found. The file you need for manual
installation is "j3d-jre.zip".
- Unzip Java 3D 1.5.1 into your JRE as follows:
- Locate your "JRE". The default location for the current
release
is:
"c:\Program Files\Java\jre1.6.0_01"
- Unzip j3d-jre.zip (found in
c:\Temp\java3d-1_5_1-XXX)
to the jre directory.
- Verify that the j3dcore.jar, j3dutils.jar, and
vecmath.jar
files end up in:
"c:\Program Files\Java\jre1.6.0_01\lib\ext"
- Verify that the j3d*.dll files end up in:
"c:\Program Files\Java\jre1.6.0_01\bin"
- If you also installed the JDK, unzip Java 3D 1.5.1 into the
"jre"
directory of your JDK as follows:
- Locate the jre directory of your "JDK". The default
location
for the
current release is: "c:\Program Files\Java\jdk1.6.0_01\jre"
- Unzip j3d-jre.zip (found in
c:\Temp\java3d-1_5_1-XXX)
to the jre directory of the JDK.
- Verify that the j3dcore.jar, j3dutils.jar, and
vecmath.jar
files end up in:
"c:\Program Files\Java\jdk1.6.0_01\jre\lib\ext"
- Verify that the j3d*.dll files end up in:
"c:\Program Files\Java\jdk1.6.0_01\jre\bin"
Linux,
Solaris, Mac OS X
The 1.5.1 version of the Java 3DTM
API for Linux or Solaris runs on JDK version 1.5.0 and
higher. To manually install this build, do the following:
- Download java3d-1_5_1-XXX.zip to a temporary
directory,
for example, "/tmp"
- Unzip java3d-1_5_1-XXX.zip into "/tmp" as follows:
cd /tmp
unzip java3d-1_5_1-*.zip
This will create a
"java3d-1_5_1-XXX" subdirectory in /tmp where the
downloaded files can be found. The file you need for manual
installation is "j3d-jre.zip".
- Unzip Java 3D 1.5.1 into the
"jre"
directory of your JDK. For example, if your JDK is in
"/usr/java/jdk1.6.0_01/jre", you would do the following:
cd /usr/java/jdk1.6.0_01/jre
unzip /tmp/java3d-1_5_1-*/j3d-jre.zip
Verify that the j3dcore.jar, j3dutils.jar, and vecmath.jar files end up
in
"/usr/java/jdk1.6.0_01/jre/lib/ext"