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