diff --git a/README.md b/README.md index aa2c6ddf090..dace6a0a811 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ On Debian or Ubuntu you can grab all of the above with: #### Junit Junit is included in the LOCKSS source distribution, but the Ant targets that invoke JUnit (test-xxx) require the JUnit jar to be on Ant's classpath. The easiest way to do that is to copy lib/junit.jar into Ant's lib directory (\/ant/lib) or your local .ant/lib directory. -##### JAVAHOME Environment variable -For some of the tools the JAVAHOME env var must be set to the directory in which the JDK is installed. (I.e., it's expected that tools.jar can be found in $JAVAHOME/lib) +##### JAVA_HOME Environment variable +For some of the tools the JAVA_HOME env var must be set to the directory in which the JDK is installed. (I.e., it's expected that tools.jar can be found in $JAVA_HOME/lib) ### To Build -`ant test-all`