Ejemplo n.º 1
0
 // 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();
 }
Ejemplo n.º 2
0
 static {
   EmbeddedDriver.boot();
 }