The following is the syntax I use to start my HSQL database before running junit tests. java -cp ./hsqldb.jar org.hsqldb.server.Server --database.0 file:mydb --dbname.0 xdbThe following is the syntax I use to start my H
The following is the syntax I use to start my HSQL database before running junit tests. java -cp ./hsqldb.jar org.hsqldb.server.Server --database.0 file:mydb --dbname.0 xdbThe following is the syntax I use to start my H