#!/bin/sh
#Change the variables to suit your settings
export BOOK_HOME=/home/staff/lhrodrig/awl
export BOOK_CLASSES=/home/staff/lhrodrig/book/classes
export JDK_HOME=/home/jdk1.3/jre/bin:/home/jdk1.3/bin
#Set PATH and CLASSPATH
PATH=$JDK_HOME:$PATH
export PATH
CLASSPATH=$BOOK_CLASSES:$BOOK_CLASSES/imloader.jar:$BOOK_CLASSES/filebrowser.jar:$BOOK_CLASSES/planarimloader.jar:$BOOK_CLASSES/plotterbeans.jar:$CLASSPATH
export CLASSPATH

