#!/bin/bash
# Shell script to start the Readerware server. This script is designed to work
# with the Sun Java 2 implementation. Options may need to be
# adjusted for use with other Java implementations.
#
#

#
# classpath is relative to installation directory
cd ~/readerware

#
# Prefer my Java, if available
PATH="jre/bin:"$PATH

java -Xmx192m -cp .:readerware.jar:lib/hsql.jar:lib/jh.jar:lib/jython.jar:lib/log4j-core.jar:lib/calpahtml.jar:lib/skinlf.jar:lib/hsql_10.jar:lib/HTMLWindow.jar:lib/comm.jar:lib/jsse.jar:lib/jnet.jar:lib/jcert.jar:help com.readerware.RWDaemon $*

