commit 41c13871dc49275828f66cfc993cae7d54520dcd parent 61bfbfb5e44c277dbab90f1d790c7901c4c6177d Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 12 Sep 2019 14:53:13 +0200 instructions for running the sandbox Diffstat:
| A | RUN | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/RUN b/RUN @@ -0,0 +1,14 @@ +The sandox must be exported as JAR in order to be run. +The following command exports the JAR in GNU/Linux systems. + +$ cd <this repository> +$ ./gradlew jar + +If the previous step worked, then a new JAR file should +be located under <this repository>/build/libs/sandbox-$VERSION.jar, +where $VERSION reflects the value of the 'version' global +variable from <this repository>/build.gradle. + +The following command runs the sandbox: + +$ java -jar <this repository>/build/libs/sandbox-$VERSION.jar