Skip to content

How to build from source

Dávid Paksy edited this page Nov 11, 2017 · 1 revision

Build with Eclipse

  1. Install JDK (at least 1.6 is required)
  2. Install the Eclipse IDE for Java Developers
  3. Install Launch4j (it is required to build the installer)
  4. 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")
  1. Execute this run configuration
Clone this wiki locally