--- jsampler/trunk/README 2007/04/02 20:48:15 1142 +++ jsampler/trunk/README 2007/04/02 21:18:31 1143 @@ -23,9 +23,9 @@ Requirements ============ -To run JSampler you need java version 1.5.0 or higher. +To run JSampler you need Java Runtime Environment (JRE) version 5 or higher. -To build a distribution you need JDK version 1.5.0 or higher +To build a distribution you need JDK version 5.0 or higher and the Ant tool (http://ant.apache.org/). @@ -43,11 +43,11 @@ 1. Set the JAVA_HOME environment variable to point to your JDK directory. If the JDK is installed in /opt/jdk1.5.0 directory, this can be done - with the following command: + by issuing the following command: export JAVA_HOME=/opt/jdk1.5.0 - (Windows users must do something like `set JAVA_HOME=c:\jdk1.5.0') + (Windows users should do something like `set JAVA_HOME=c:\jdk1.5.0') 2. Choose one or more of the following options.