# App desktop launcher configuration
#
# Fill in the values below, save this file, then run:
#   - Windows:       double-click start-windows.bat  (or run it from a terminal)
#   - Linux / macOS: ./start-linux.sh                (chmod +x it first if needed)
#
# Both launcher scripts read this same file, so you only ever need to
# edit paths in one place regardless of which OS you're on.
#
# JAVA_HOME
#   The folder containing bin/java (Linux/macOS) or bin\java.exe (Windows).
#   This is your JDK's install folder, NOT the java.exe file itself.
#   Any JDK 17 or newer works (the one already on your system is fine if
#   you have one - check with "java -version" in a terminal).
#
# JAVAFX_HOME
#   The folder containing lib/javafx.controls.jar - i.e. wherever you
#   extracted the JavaFX SDK download. If you don't have one yet, get the
#   SDK (not the jmods, not the "for Maven" artifacts) matching your OS
#   and architecture from:
#       https://gluonhq.com/products/javafx/
#   then extract it anywhere and point JAVAFX_HOME at the extracted folder.
#
# JAR_NAME
#   The filename (not a full path) of the jar to run, expected to sit in
#   this same folder next to the scripts and this config file. Leave this
#   blank to auto-detect: if there's exactly one .jar file in this folder,
#   it's used automatically. Only set this explicitly if there's more
#   than one jar here, or auto-detection isn't finding the right one.
#
# Examples (uncomment/edit one style for your OS - paths with spaces are
# fine, do not add quotes yourself, the scripts handle that):
#   Windows:       JAVA_HOME=C:\Program Files\Java\jdk-21
#                            C:\Program Files\Java\zulu24.30.13-ca-fx-jdk24.0.1-win_x64
#                  JAVAFX_HOME=C:\javafx-sdk-21.0.3
#                              C:\Program Files\Java\javafx-sdk-21.0.12
#   Linux:         JAVA_HOME=/usr/lib/jvm/jdk-21
#                            /home/alex/.jdks/azul-24.0.1
#                  JAVAFX_HOME=/opt/javafx-sdk-21.0.3
#                              /home/alex/javafx-sdk-24.0.1
#   macOS:         JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home
#                  JAVAFX_HOME=/Users/you/javafx-sdk-21.0.3

JAVA_HOME=C:\Program Files\Java\zulu24.30.13-ca-fx-jdk24.0.1-win_x64
JAVAFX_HOME=C:\Program Files\Java\javafx-sdk-21.0.12
JAR_NAME=
