diff --git a/.gitignore b/.gitignore index 45bdd9a..13c0e99 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,9 @@ .mtj.tmp/ # Package Files # -*.jar *.war *.nar *.ear -*.zip *.tar.gz *.rar diff --git a/demo/README.txt b/demo/README.txt new file mode 100644 index 0000000..887e9a9 --- /dev/null +++ b/demo/README.txt @@ -0,0 +1,18 @@ +System requirements: +- The compiled code was tested on Windows 10, with Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39). +- The .jar file is running with installed JRE 17 or above on all operating systems. + + +Installation: +- Install JRE 17 or above. See https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html for JDK 17. See https://www.oracle.com/de/java/technologies/downloads/ for newer version. +- In the current version the data base for ReFlowLab need to be deployed manually. + - unzip "dominikemmel.zip". + - copy the folder "dominikemmel" under path: C:\Users\"YOURUSERACCOUNT"\AppData\Local\dominikemmel. + - change the path stored in the file "defaultSettings.properties" located in subfolder "dominikemmel\reflowlab\settings" to the new path of the stored database (located in /dominikemmel/reflowlab/db/reflowlabDefaultDB.mv.db). +- Run ReFlowLab + - Double click on "ReFlowLab-1.0.0-SNAPSHOT-shaded.jar". + + or + + - open the console/terminal of your system in the path where the .jar file is located. + - run the tool by entering the command "java -jar ReFlowLab-1.0.0-SNAPSHOT-shaded.jar". \ No newline at end of file diff --git a/demo/ReFlowLab-1.0.0-SNAPSHOT-shaded.jar b/demo/ReFlowLab-1.0.0-SNAPSHOT-shaded.jar new file mode 100644 index 0000000..c6c71b4 Binary files /dev/null and b/demo/ReFlowLab-1.0.0-SNAPSHOT-shaded.jar differ diff --git a/demo/dominikemmel.zip b/demo/dominikemmel.zip new file mode 100644 index 0000000..a58c16c Binary files /dev/null and b/demo/dominikemmel.zip differ