Start server

  • Download and install from here
$ java -cp h2*.jar org.h2.tools.Server
$ # for the list of options type:
$ # java -cp h2*.jar org.h2.tools.Server -?

Example:

$ java -cp ./h2-1.4.200.jar org.h2.tools.Server -tcp -tcpAllowOthers -tcpPort 5234 -baseDir ./ -ifNotExists