Author: buildbot
Date: Tue May 23 19:25:34 2017
New Revision: 1012790
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/tools/index.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 23 19:25:34 2017
@@ -1 +1 @@
-1795913
+1795953
Modified: websites/staging/jena/trunk/content/documentation/tools/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/index.html
(original)
+++ websites/staging/jena/trunk/content/documentation/tools/index.html Tue May
23 19:25:34 2017
@@ -165,16 +165,16 @@ a variety of tasks in developing Jena-ba
<li><a href="eyeball-getting-started.html">eyeball</a></li>
</ul>
<h3 id="setting-up-your-environment">Setting up your Environment<a
class="headerlink" href="#setting-up-your-environment" title="Permanent
link">¶</a></h3>
-<p>An environment variable <code>JENAROOT</code> is used by all the command
line tools to configure the class path automatically for you. You can set this
up as follows:</p>
+<p>An environment variable <code>JENA_HOME</code> is used by all the command
line tools to configure the class path automatically for you. You can set this
up as follows:</p>
<p><strong>On Linux / Mac</strong></p>
<ul>
-<li><code>export JENAROOT=</code><em>the directory you downloaded Jena
to</em></li>
-<li><code>export PATH=$PATH:$JENAROOT/bin</code></li>
+<li><code>export JENA_HOME=</code><em>the directory you downloaded Jena
to</em></li>
+<li><code>export PATH=$PATH:$JENA_HOME/bin</code></li>
</ul>
<p><strong>On Windows</strong></p>
<ul>
-<li><code>SET JENAROOT=</code><em>the directory you downloaded Jena
to</em></li>
-<li><code>SET PATH=%PATH%;%JENAROOT%\bat</code></li>
+<li><code>SET JENA_HOME =</code><em>the directory you downloaded Jena
to</em></li>
+<li><code>SET PATH=%PATH%;% JENA_HOME%\bat</code></li>
</ul>
<h3 id="running-the-tools">Running the Tools<a class="headerlink"
href="#running-the-tools" title="Permanent link">¶</a></h3>
<p>Once you've done the above you should now be able to run the tools from the
command line like so:</p>