#!/bin/sh
# This is a script to compile your project with the proper compiler
# version / classpath.
unset CLASSPATH
/pro/java/jdk1.2/bin/javac *.java
