#! /bin/sh

DIR=`dirname $0`

CLASSPATH=$DIR/classes/serv2_0.zip:$DIR/classes
export CLASSPATH


#exec java sun.tools.javac.Main $*

echo
echo To compile Java programs for your server, you will need the Java 
echo SDK from Sun. Once you have that, edit this file and remove the 
echo commented line that starts with exec
echo



