Author: ajs6f
Date: Tue May 23 19:25:11 2017
New Revision: 1795953
URL: http://svn.apache.org/viewvc?rev=1795953&view=rev
Log:
Correcting JENAROOT => JENA_HOME
Modified:
jena/site/trunk/content/documentation/tools/index.mdtext
Modified: jena/site/trunk/content/documentation/tools/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tools/index.mdtext?rev=1795953&r1=1795952&r2=1795953&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tools/index.mdtext (original)
+++ jena/site/trunk/content/documentation/tools/index.mdtext Tue May 23
19:25:11 2017
@@ -11,17 +11,17 @@ a variety of tasks in developing Jena-ba
### Setting up your Environment
-An environment variable `JENAROOT` is used by all the command line tools to
configure the class path automatically for you. You can set this up as follows:
+An environment variable `JENA_HOME ` is used by all the command line tools to
configure the class path automatically for you. You can set this up as follows:
**On Linux / Mac**
- - `export JENAROOT=`*the directory you downloaded Jena to*
- - `export PATH=$PATH:$JENAROOT/bin`
+ - `export JENA_HOME=`*the directory you downloaded Jena to*
+ - `export PATH=$PATH:$JENA_HOME/bin`
**On Windows**
- - `SET JENAROOT=`*the directory you downloaded Jena to*
- - `SET PATH=%PATH%;%JENAROOT%\bat`
+ - `SET JENA_HOME =`*the directory you downloaded Jena to*
+ - `SET PATH=%PATH%;% JENA_HOME%\bat`
### Running the Tools