Commit 32429aef authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Added simple script to be the unix equiv of embedded-db-viewer.bat.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5325 b35dd754-fafc-0310-a699-88a17e54d16e
parent d0f3b387
# $Revision$
# $Date$
# Script to start the HSQLDB database viewer. The embedded-db.rc file
# contains connection settings. Visit http://hsqldb.org for documentation
# on using the tool. The classpath includes JDBC drivers shipped with Wildfire
# to work with the Transfer tool. You will need to add any other JDBC driver
# that you'd like to use with the transfer tool to the classpath manually.
CLASSPATH=../../lib/hsqldb.jar:../../lib/mysql.jar:../../lib/postgres.jar:../../lib/jtds.jar
export CLASSPATH
echo Starting embedded database viewer...
java -cp $CLASSPATH org.hsqldb.util.DatabaseManagerSwing --rcfile embedded-db.rc --urlid embedded-db
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment