When do these sorts of changes get reflected online? Thanks, Chris
> On May 23, 2017, at 2:25 PM, [email protected] wrote: > > Fixed, thank you! > > ajs6f > > Anonymous CMS User wrote on 5/23/17 3:15 PM: >> Clone URL (Committers only): >> https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Ftools%2Findex.mdtext >> >> >> >> Index: trunk/content/documentation/tools/index.mdtext >> =================================================================== >> --- trunk/content/documentation/tools/index.mdtext (revision 1655891) >> +++ trunk/content/documentation/tools/index.mdtext (working copy) >> @@ -11,17 +11,17 @@ >> >> ### 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 >> >>
