aboutsummaryrefslogtreecommitdiffstats
path: root/www/j3d1_4_0/HOW-TO-INSTALL.html
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-02-15 22:37:16 +0000
committerKevin Rushforth <[email protected]>2006-02-15 22:37:16 +0000
commit2529c5fa0b87297d6e5cdb52c8dd86fddb4a42ad (patch)
tree666cd43205a71154968bfb97c9312bd3e39aca17 /www/j3d1_4_0/HOW-TO-INSTALL.html
parentb865f7cd9e5cdef2f71476eecf6c4a96a51479db (diff)
1) Web page updates for release notes
2) Added files needed for final fcs build git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@522 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4_0/HOW-TO-INSTALL.html')
-rw-r--r--www/j3d1_4_0/HOW-TO-INSTALL.html52
1 files changed, 48 insertions, 4 deletions
diff --git a/www/j3d1_4_0/HOW-TO-INSTALL.html b/www/j3d1_4_0/HOW-TO-INSTALL.html
index 4b3f2ff..f76dc2a 100644
--- a/www/j3d1_4_0/HOW-TO-INSTALL.html
+++ b/www/j3d1_4_0/HOW-TO-INSTALL.html
@@ -9,9 +9,53 @@
<h2>Instructions for Installing Java&nbsp;3D<sup><font size="-2">TM</font></sup>
1.4.0</h2>
<p>The 1.4.0 version of the Java&nbsp;3D<sup><font size="-2">TM</font></sup>
-API is not yet released. Click here for instructions on
-<a href="HOW-TO-INSTALL-beta4.html">how
-to install</a> the most recent build of Java&nbsp;3D version
-1.4.0-beta4.</p>
+API runs on JDK version 1.4.2 and higher. It has been released for
+the <a href="#Solaris">Solaris</a>, <a href="#Linux">Linux</a>, and <a
+ href="#Windows">Windows</a> operating
+environments. See the <a href="RELEASE-NOTES.html">release notes</a>
+for more information<br>
+</p>
+<h4><a name="Linux"></a>Linux</h4>
+<p>This release of Java&nbsp;3D runs on JDK version 1.4.2 and
+higher.
+To install this build, chdir to the "jre" directory within the jdk
+and execute the self-extracting binary that you downloaded. For
+example, if you are running on a Linux/x86 platform and your JDK is
+installed
+in /usr/java/jdk1.5.0_06, you would install Java&nbsp;3D as follows:
+</p>
+<ul>
+cd /usr/java/jdk1.5.0_06/jre<br>
+sh /path-to-download-files/java3d-1_4_0-linux-i586.bin<br>
+</ul>
+<p>You may need to be "root" to do this on Linux.<br>
+</p>
+<h4><a name="Solaris"></a>Solaris</h4>
+<p>This release of Java&nbsp;3D runs on JDK version 1.4.2 and
+higher (JDK 1.5.0 or higher for Solaris/x86).
+To install this build, chdir to the "jre" directory within the jdk
+and execute the self-extracting binary that you downloaded. For
+example, if you are running on a Solaris/x86 platform (including amd64)
+and your JDK is
+installed
+in /usr/java/jdk1.5.0_06, you would install Java&nbsp;3D as follows:
+</p>
+<ul>
+cd /usr/java/jdk1.5.0_06/jre<br>
+sh /path-to-download-files/java3d-1_4_0-solaris-x86.bin<br>
+</ul>
+<p>You may need to be "root" to do this on Solaris.<br>
+</p>
+<h4><a name="Windows"></a>Windows</h4>
+<p>This release of Java&nbsp;3D runs on JDK version 1.4.2 and
+higher. To install
+this build, execute the binary installer that you downloaded, by
+double-clicking on the java3d-1_4_0-windows-i586.exe icon.<br>
+</p>
+<p>Alternatively, you can download the java3d-1_4_0-windows-i586.zip
+file and manually install
+the
+necessary files into your JRE. In this case, unzip the file, and follow
+the instructions in the unzipped README.txt file.</p>
</body>
</html>