diff options
-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> |