# Install ## Excutable JAR * Stable version Java 22 and JavaFX 24 are the minimum versions to run this stable version application. download JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-24`, run the jar file like this: `java --module-path c:\javafx-sdk-24\lib --add-modules java.sql,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec -jar Mindolph-1.12.11.jar` * Unstable version Java 23 and JavaFX 25 are the minimum versions to run this unstable version application. download JavaFX SDK for your platform and extract to somewhere eg: `c:\javafx-sdk-25`, run the jar file like this: `java --module-path c:\javafx-sdk-25\lib --add-modules java.base,java.sql,java.logging,java.desktop,java.net.http,java.management,java.naming,java.security.jgss,javafx.graphics,javafx.controls,javafx.fxml,javafx.swing,javafx.web,jdk.crypto.ec,jdk.unsupported -jar Mindolph-1.13.2.jar` --- > 2025-10-19 11:47:00