#!/bin/sh
export FISPRO=/opt/fispro-3.4
java -Djava.library.path=$FISPRO/bin -classpath $FISPRO/bin/jar/fispro.jar:$FISPRO/bin/jar/util.jar:$FISPRO/bin/jar/plot.jar:$FISPRO/bin/jar/freehep-base.jar:$FISPRO/bin/jar/freehep-graphics2d.jar:$FISPRO/bin/jar/freehep-graphicsio-emf:$FISPRO/bin/jar/freehep-graphicsio-gif.jar:$FISPRO/bin/jar/freehep-graphicsio-pdf.jar:$FISPRO/bin/jar/freehep-graphicsio-ps.jar:$FISPRO/bin/jar/freehep-graphicsio.jar:$FISPRO/bin/jar/freehep-j3d.jar:$FISPRO/bin/jar/jgraph.jar:$FISPRO/help fis/MainFIS
