// Boot from the constructor as well to ensure that
 // Class.forName(...).newInstance() reboots Derby
 // after a shutdown inside the same JVM.
 public EmbeddedDriver() {
   EmbeddedDriver.boot();
 }
 static {
   EmbeddedDriver.boot();
 }