I am wondering if VoltDB can be started and controlled using plain java. Since the voltdb is provided as Java implementation it should be possible to control and start / stop a single database / server instance from within a java program.
At least the compiling of a DLL and Procedures inside a jar should be possible to be triggered automatically.
I want to faciliate this in a unit test.