Requirements
- A database that accepts connections
- A driver to go with it
- Google Collections library, available for free from here. Maven users should get this automatically during their builds.
- The SLF4J logging library. Older versions of BoneCP use Log4J library directly.
- JDK1.5 or higher.
To compile
The binary releases have been compiled via Maven using JVM version 6; you may also
download the source code and compile it with your favourite compiler. The project has been developed using
Eclipse together with the
Apache Maven plugin,
Eclemma for code coverage and
FindBugs.