Skip to content

Commit

Permalink
Demo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
domin authored and domin committed Apr 28, 2023
1 parent 01825db commit 877129e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
.mtj.tmp/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

Expand Down
18 changes: 18 additions & 0 deletions demo/README.txt
Original file line number Diff line number Diff line change
@@ -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".
Binary file added demo/ReFlowLab-1.0.0-SNAPSHOT-shaded.jar
Binary file not shown.
Binary file added demo/dominikemmel.zip
Binary file not shown.

0 comments on commit 877129e

Please sign in to comment.