diff options
Diffstat (limited to 'release-info/pre-release/HOW-TO-INSTALL.txt')
-rw-r--r-- | release-info/pre-release/HOW-TO-INSTALL.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/release-info/pre-release/HOW-TO-INSTALL.txt b/release-info/pre-release/HOW-TO-INSTALL.txt index b689131..c18b2f9 100644 --- a/release-info/pre-release/HOW-TO-INSTALL.txt +++ b/release-info/pre-release/HOW-TO-INSTALL.txt @@ -1 +1,9 @@ -To install this build... +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 +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 + +You may need to be "root" to do this on Solaris or Linux. |