From 46d51ffe7148077c7de05e6075dd6cd58a583f24 Mon Sep 17 00:00:00 2001
From: Kevin Rushforth
Date: Fri, 3 Feb 2006 19:07:21 +0000
Subject: Fixed typo.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@511 ba19aa83-45c5-6ac9-afd3-db810772062c
---
www/j3d1_4_0/HOW-TO-INSTALL.html | 8 ++++----
1 file 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
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:
cd /usr/java/jdk1.5.0_06/jre
-sh /path-to-download-files/java3d-1_4_0-beta4-solaris-sparc.bin
+sh /path-to-download-files/java3d-1_4_0-beta4-linux-i586.bin
You may need to be "root" to do this on Linux.
@@ -35,13 +35,13 @@ sh /path-to-download-files/java3d-1_4_0-beta4-solaris-sparc.bin
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:
cd /usr/java/jdk1.5.0_06/jre
-sh /path-to-download-files/java3d-1_4_0-beta4-linux-i586.bin
+sh /path-to-download-files/java3d-1_4_0-beta4-solaris-sparc.bin
You may need to be "root" to do this on Solaris.
--
cgit v1.2.3