2024-03-21 15:00:09 +00:00
|
|
|
# Build a jar
|
|
|
|
|
|
|
|
```shell
|
|
|
|
mvn package
|
|
|
|
```
|
2024-06-20 10:13:27 +00:00
|
|
|
- results are in shade folder
|
2024-03-21 15:00:09 +00:00
|
|
|
|
|
|
|
# Build executable using Launch4j
|
|
|
|
- Install Java on Windows
|
|
|
|
- Run Launch4j (download first) and create executable
|
|
|
|
- Copy jre from computer to jre folder that should be in the same folder as list.exe
|