11 lines
241 B
Markdown
11 lines
241 B
Markdown
|
# Build a jar
|
||
|
|
||
|
```shell
|
||
|
mvn package
|
||
|
```
|
||
|
|
||
|
# 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
|