| A very simple class to boot up a system based upon a configuration file
passed in as the first argument. The optional second argument is taken
as a boolean. If the argument is missing or false, the configuration
is started, otherwise the configuration is created.
Usage: java org.apache.derbyTesting.unitTests.harness.UnitTestMain config-file [true]
|