Revision 52742cdc8ec749e3fc51fe8f70a09d0c7813c9db authored by Caley Finn on 08 March 2018, 06:45:55 UTC, committed by Caley Finn on 08 March 2018, 06:45:55 UTC
1 parent 83f6729
Raw File
run.sh
OPENEPSIM_DIR=`dirname $0`

CLASSPATH="$OPENEPSIM_DIR/target/classes:$OPENEPSIM_DIR/lib/gson-2.8.2.jar:$OPENEPSIM_DIR/lib/commons-math3-3.6.1.jar"

java -classpath "$CLASSPATH" openepsim.OpenEPSimulation
back to top