aboutsummaryrefslogtreecommitdiffstats
path: root/release-info/pre-release
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-02-10 17:40:01 +0000
committerKevin Rushforth <[email protected]>2005-02-10 17:40:01 +0000
commit6d42985ff06938f127ea01f50b71c1346d77e7b5 (patch)
treee32b9e2b60899157a080a61efa9c01664b902cb8 /release-info/pre-release
parentf3ca53b69160add83a224b77560fc9efc8df0d24 (diff)
Fixed the structure for the daily builds
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@116 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'release-info/pre-release')
-rw-r--r--release-info/pre-release/HOW-TO-INSTALL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release-info/pre-release/HOW-TO-INSTALL.txt b/release-info/pre-release/HOW-TO-INSTALL.txt
index c18b2f9..aa91ff0 100644
--- a/release-info/pre-release/HOW-TO-INSTALL.txt
+++ b/release-info/pre-release/HOW-TO-INSTALL.txt
@@ -1,9 +1,9 @@
This interrim build runs on JDK version 1.4.2 and higher.
To install this build, chdir to the "jre" directory within the jdk
-and unjar (or unzip) the jar file. For example, if your JDK is installed
+and unzip (or unjar) the zip file. For example, if your JDK is installed
in /usr/java/j2sdk1.5.0, you would install this as follows:
cd /usr/java/j2sdk1.5.0/jre
- jar xvf /path-to-downloaded-jar-file.jar
+ unzip /path-to-extracted-files/j3d-jre-*.zip
You may need to be "root" to do this on Solaris or Linux.