Skip to content

Instantly share code, notes, and snippets.

@ricroberts
Created October 15, 2010 12:43
Show Gist options
  • Save ricroberts/628118 to your computer and use it in GitHub Desktop.
Save ricroberts/628118 to your computer and use it in GitHub Desktop.
export TDBROOT="/path/to/TDB-0.8.7"
export JOSEKIROOT="/path/to/Joseki-3.4.2"
export JENAROOT="/path/to/Jena-2.6.3"
export PATH="$TDBROOT/bin:$JOSEKIROOT/bin:$PATH"
export CLASSPATH=".:$JENAROOT/lib/*.jar:$TDBROOT/lib/*.jar:$JOSEKIROOT/lib/*.jar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment