This folder contains library files, which you can use in your projects.

ant.jar ant build tool, used to build db4o sources (http://ant.apache.org/)
bloat-1.0.jar bytecode optimization library, used to optmize Native Queries and Transparent Activation
db4o-8.0.276.16149-all-java5.jar no-dependency jar with all db4o binaries for JDK 5 and JDK 6
db4o-8.0.276.16149-bench.jar IO benchmark library
db4o-8.0.276.16149-core-java5.jar db4o database engine core for JDK 5 and JDK 6
db4o-8.0.276.16149-cs-java5.jar db4o client/server components for JDK 5 and JDK 6
db4o-8.0.276.16149-db4ounit-java1.5.jar testing framework for db4o needs for JDK 5 and JDK 6
db4o-8.0.276.16149-instrumentation.jar Instrumentation layer on top of bloat
db4o-8.0.276.16149-nqopt.jar Native Query optimization library. This library should be available in the classpath for NQ optimization
db4o-8.0.276.16149-optional-java5.jar db4o optional components for JDK 5 and JDK 6
db4o-8.0.276.16149-osgi.jar db4o for OSGi. See OSGi API documentation.
db4o-8.0.276.16149-osgi-test.jar db4o OSGI tests
db4o-8.0.276.16149-taj.jar db4o instrumentation classes for Transparent Activation
db4o-8.0.276.16149-tools.jar db4o tools user interface, contains db4o enhancer and Ant tasks


USING DB4O LIBRARIES

To use db4o you need at least db4o-8.0.276.16149-core-java5.jar.

For using db4o in client/server mode you will additionally need the respective client/server library, i.e. db4o-8.0.276.16149-cs-java5.jar. You can also use the nodependency db4o library (db4o-8.0.276.16149-all-java5.jar).

db4o optional components (BigMath- and UUID-support, file statistics, etc) can be obtained from db4o optional jars (i.e. db4o-8.0.276.16149-optional-java5.jar. These components are also included in the nodependency jar (db4o-8.0.276.16149-all-java5.jar).

For Native Query optimization you will additionally need:
bloat-1.0.jar
db4o-8.0.276.16149-instrumentation.jar
db4o-8.0.276.16149-nqopt.jar
db4o-8.0.276.16149-tools.jar
These components are also included in the nodependency jar (db4o-8.0.276.16149-all-java5.jar).

For Transparent Activation optimization you will additionally need:
bloat-1.0.jar
db4o-8.0.276.16149-instrumentation.jar
db4o-8.0.276.16149-taj.jar
db4o-8.0.276.16149-tools.jar
These components are also included in the nodependency jar (db4o-8.0.276.16149-all-java5.jar).