A fresh copy of DBMonster can be downloaded from the
project's download page at sourceforge.net.
You can found there tested, working releases ready to run.
If you like living on the edge you may try checkout the latest
version from the CVS repository. Check
this page
to find out how. Be warned that CVS HEAD revision may not work or
even compile (but it usually does :-).
DBMonster is distributed with all libraries it needs. The only software you have to have are:
DBMonster uses Maven as a build system. To build DBMonster from sources:
You may encounter problems when building in non GUI environment (i.e. shell under Linux). If some tests fail try this (you must have at least J2SDK 1.4.0 to build DBMonster):
maven -Djava.awt.headless=true <GOAL>