diff options
author | Kevin Rushforth <[email protected]> | 2006-02-03 19:07:21 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-02-03 19:07:21 +0000 |
commit | 46d51ffe7148077c7de05e6075dd6cd58a583f24 (patch) | |
tree | ec851092c3fd2a17f96866339a38394d71a4896d | |
parent | 4edb85106d4ef5f27269ee2a88ec7c8530768f3c (diff) |
Fixed typo.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@511 ba19aa83-45c5-6ac9-afd3-db810772062c
-rw-r--r-- | www/j3d1_4_0/HOW-TO-INSTALL.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/j3d1_4_0/HOW-TO-INSTALL.html b/www/j3d1_4_0/HOW-TO-INSTALL.html index a733c2d..a2b6198 100644 --- a/www/j3d1_4_0/HOW-TO-INSTALL.html +++ b/www/j3d1_4_0/HOW-TO-INSTALL.html @@ -20,13 +20,13 @@ for more information<br> 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 Solaris/sparc platform and your JDK is +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 3D as follows: </p> <ul> cd /usr/java/jdk1.5.0_06/jre<br> -sh /path-to-download-files/java3d-1_4_0-beta4-solaris-sparc.bin<br> +sh /path-to-download-files/java3d-1_4_0-beta4-linux-i586.bin<br> </ul> <p>You may need to be "root" to do this on Linux.<br> </p> @@ -35,13 +35,13 @@ sh /path-to-download-files/java3d-1_4_0-beta4-solaris-sparc.bin<br> 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 +example, if you are running on a Solaris/sparc platform and your JDK is installed in /usr/java/jdk1.5.0_06, you would install Java 3D as follows: </p> <ul> cd /usr/java/jdk1.5.0_06/jre<br> -sh /path-to-download-files/java3d-1_4_0-beta4-linux-i586.bin<br> +sh /path-to-download-files/java3d-1_4_0-beta4-solaris-sparc.bin<br> </ul> <p>You may need to be "root" to do this on Solaris.<br> </p> |