#!/bin/bash
# This executes the CellCount program
#export IVHOME=/home/nathan/Projects/Java/InstruView
#export JCOMMON=$IVHOME/lib/jcommon-0.9.0.jar
#export JFCHART=$IVHOME/lib/jfreechart-0.9.15.jar
#export REGRESSION=$IVHOME/lib/regression.jar

#Don't edit below this point
#java -cp $JCOMMON:$JFCHART:$REGRESSION:$IVHOME:. InstruView $IVHOME/
java CellCount
