https://github.com/caley/OpenEPSim
Revision 28c0d6270bfd2b99845492565fe2907418ae74c6 authored by Caley Finn on 05 March 2018, 04:10:53 UTC, committed by Caley Finn on 05 March 2018, 04:10:53 UTC
1 parent 2307cc1
Raw File
Tip revision: 28c0d6270bfd2b99845492565fe2907418ae74c6 authored by Caley Finn on 05 March 2018, 04:10:53 UTC
Build jar with all dependencies
Tip revision: 28c0d62
env.sh
#
# Anything common between the scripts

CLASSPATH=./target/classes:lib/gson-2.8.2.jar:lib/commons-math3-3.6.1.jar
back to top