-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
domin
authored and
domin
committed
Apr 28, 2023
1 parent
01825db
commit 877129e
Showing
4 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,9 @@ | |
.mtj.tmp/ | ||
|
||
# Package Files # | ||
*.jar | ||
*.war | ||
*.nar | ||
*.ear | ||
*.zip | ||
*.tar.gz | ||
*.rar | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.