Command-line and other tools for Jena developers
Jena includes various command-line utilities which can help you with a variety of tasks in developing Jena-based applications.
Index of tools
How to set up the CLASSPATH and run Jena command line tools
On Linux / Mac
export JENAROOT=the directory you downloaded Jena toexport PATH=$PATH:$JENAROOT/bin
On Windows
SET JENAROOT=the directory you downloaded Jena toSET PATH=%PATH%;%JENAROOT%\bat