You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2016/05/10 07:30:17 UTC

svn commit: r1743113 - /jena/site/trunk/content/documentation/tdb/commands.mdtext

Author: andy
Date: Tue May 10 07:30:17 2016
New Revision: 1743113

URL: http://svn.apache.org/viewvc?rev=1743113&view=rev
Log:
Fix Windows PATH

Modified:
    jena/site/trunk/content/documentation/tdb/commands.mdtext

Modified: jena/site/trunk/content/documentation/tdb/commands.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/commands.mdtext?rev=1743113&r1=1743112&r2=1743113&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/commands.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/commands.mdtext Tue May 10 07:30:17 2016
@@ -58,7 +58,7 @@ Setting environment variables in Windows
 each time you start a command prompt:
 
     SET JENAROOT=\Users\somebody\dev\apache-jena
-    SET PATH=%PATH%;%JENAROOT\bin
+    SET PATH=%PATH%;%JENAROOT%\bin
 
 or you can follow [this guide](http://searchsystemschannel.techtarget.com/feature/Setting-Windows-7-environment-variables)
 or one like it to set the environment variables so that they are available every