#!/bin/sh
# This is a script to run your project with the proper compiler
# version / classpath.
/pro/java/jdk1.2/bin/java \
	-classpath .:/pro/java/software/java3d/portfolio/portfolio.jar \
	Viewer $*
