Files
VV-ISTIC-TP2/exercises/designer-help.md
Romain Lefeuvre 7b185c9c0c 2025 init
2025-11-18 14:41:54 +01:00

654 B

Use PMD designer

Download JavaFX

If JavaFX is not installed you can download it here. Check the current version of your JDK by running java --version and download the corresponding version ("Minimum JDK" column).

  • Java 17 => JavaFX 21
  • Java 11 => JavaDX 17

Set up JavaFX

Before using designer you need to specify JavaFX path.

Linux/Unix

$ export JAVAFX_HOME=path/to/javafx-sdk-{version}

Windows

$ set JAVAFX_HOME=path\to\javafx-sdk-{version}

Run designer

Linux/Unix

$ run.sh designer

Windows

$ pmd.bat designer