java-jeuclid/java-jeuclid-3.1.9-mathviewer.sh

9 lines
244 B
Bash
Raw Normal View History

#!/bin/bash
. /usr/share/java-utils/java-functions
MAIN_CLASS=net.sourceforge.jeuclid.app.mathviewer.MathViewer
set_classpath "commons-logging commons-io xmlgraphics-commons batik-all jeuclid-core jeuclid-core16 jeuclid-mathviewer"
run "$@"