lib/
This is a collection of the standard jars needed. The ones provided here are the ones we use in building and
testing the system. Include them all on your CLASSPATH.
jena.jar
The Jena Framework. Includes the Jena API, ARP, RDQL and DAML+OIL support.
xerces.jar
Apache XML parser.
icu4j.jar
International Components for Unicode for Java.
See
http://oss.software.ibm.com/icu4j.
rdf-api-2001-01-19.jar
Sergey Melnik's modifed API.
rdffilter.jar
David Megginson's RDFFilter package, with local modifications.
concurrent-1.3.0.jar
This is a compiled version of Doug
Lee's concurrency package.
db3-3-11.jar
BerkeleyDB java interface. BerkeleyDB is available from sleepycat.com and is downloadable from here.
junit.jar
Testing harness from junit.org.