-
Notifications
You must be signed in to change notification settings - Fork 6
How to build from source
Dávid Paksy edited this page Nov 11, 2017
·
1 revision
- Install JDK (at least 1.6 is required)
- Install the Eclipse IDE for Java Developers
- Install Launch4j (it is required to build the installer)
- Create a new "Run Configuration"
- Goals: clean package
- Add these launch parameters:
- launch4j.path= (for example: "C:\Program Files\Launch4j")
- javafx.rt.jar=<path-to-jfxrt.jar> (for example: "C:\Program Files\Java\jdk1.8.0_121\jre\lib\ext\jfxrt.jar")
- Execute this run configuration