TDB/Installation
From Jena Wiki
TDB requires Java 6 (versions to 0.8.1) and Java 5 for version afterwards.
TDB is distributed as a complete download and also via Apache Maven (groupId com.hp.hpl.jena, artifact tdb).
The Jena repositories are:
- http://openjena.org/repo (this is mirrored to the central maven repository).
- http://openjena.org/repo-dev for development builds.
After downloading a TDB distribution, place all the jars in the lib/ directory on the classpath. TDB itself is a single jar, the other jars in lib/ are a consistent snapshot at the time of release.
The installation can be tested by running the shell script "bin/tdbverify". This must be run in the root directory of the installation. It creates directory "tmp/testing" so the installation directory must be writeable.
If you download the source code, compile, using "ant jar" .
See also the page on Joseki integration.
