9 lines
244 B
Bash
9 lines
244 B
Bash
|
#!/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 "$@"
|