Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Ftools%2Findex.mdtext
Markus Neumann Index: trunk/content/documentation/tools/index.mdtext =================================================================== --- trunk/content/documentation/tools/index.mdtext (revision 1841038) +++ trunk/content/documentation/tools/index.mdtext (working copy) @@ -41,7 +41,7 @@ ### Common Issues with Running the Tools -If you receive errors stating that a class is not found then it is most likely that `JENAROOT` is not set correctly. As a quick sanity check you can try the following to see if it is set appropriately: +If you receive errors stating that a class is not found then it is most likely that `JENA_HOME` is not set correctly. As a quick sanity check you can try the following to see if it is set appropriately: **On Linux / Mac** @@ -51,9 +51,9 @@ - `cd %JENA_HOME%` -If this command fails then `JENAROOT` is not correctly set, please ensure you have set it correctly and try again. +If this command fails then `JENA_HOME` is not correctly set, please ensure you have set it correctly and try again. -Windows users may experience problems if trying to run the tools when their `JENAROOT` path contains spaces in it, there are two workarounds for this: +Windows users may experience problems if trying to run the tools when their `JENA_HOME` path contains spaces in it, there are two workarounds for this: 1. Move your Jena install to a path without spaces 1. Grab the latest scripts from [master][1] where they have been fixed to safely handle this. Future releases will include this fix and resolve this issue
