Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Script,

\#\!/bin/bash
cd /opt/hsqldb
echo $(date) >nohup.out
nohup java \-cp lib/hsqldb.jar org.hsqldb.Server \-database.0 file:data/BrandingDB \-dbname.0 BrandingDB &

versus HSQLDB manual,

export CLASSPATH; CLASSPATH=/path/to/hsqldb/lib/hsqldb.jar
nohup java org.hsqldb.Server &
  • No labels