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

ant-6.3.jar ant build tool, used to build db4o sources (http://ant.apache.org/)
bloat-6.3.jar bytecode optimization library, used for Native Query optimization
db4o-6.3-java1.1.jar db4o, use this jar with JDK1.1
db4o-6.3-java1.2.jar db4o for JDK1.2-1.4
db4o-6.3-java5.jar db4o for JDK5-6
db4o-6.3-osgi.jar db4o for OSGi. See OSGi API documentation.
db4o-6.3-nqopt.jar Native Query optimization library. This library should be available in the classpath for NQ optimization
db4ounit-6.3.jar testing framework for db4o needs


USING DB4O LIBRARIES

For using db4o with JDK1.1 you will only need db4o-java1.1-6.3.jar.

For JDK1.2-6 you will need the corresponding db4o libraries plus db4o-nqopt-6.3.jar and bloat for Native Query optimization.