#!/bin/bash
. /usr/share/java-utils/java-functions
MAIN_CLASS=opticalraytracer.OpticalRayTracer
set_classpath "opticalraytracer-2.7"
run ""
