#!/bin/sh

# When this changes, change all of the image links in properties, too.
HOME=`dirname $0`/..
HOME=`cd ${HOME} ; /bin/pwd`
echo "HOME set to $HOME"
APPSERVER="file://$HOME/"
echo "APPSERVER set to $APPSERVER"
CLASSPATH=$HOME/src:$CLASSPATH; export CLASSPATH
echo "CLASSPATH set to $CLASSPATH"
hotjava -Duser.home=$HOME -DAutoClub.appserver=$APPSERVER -Djava.protocol.handler.pkgs=autoclub.protocol
