Is it possible to use JavaFX 17 with Java 11? I want to keep using Java 11 because I use it a lot and I don't want to switch over to Java 17. But can I run JavaFX 17 while using Java 11?
I have tried to find it on the internet, but I couldn't find it. The reason I ask this question is: I ran a script with maven where I could see if there were any updates available for my dependencies. This is what I saw:
[INFO] --- versions-maven-plugin:2.8.1:display-dependency-updates (default-cli) @ testproject ---
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] org.openjfx:javafx-controls ............................ 11 -> 17
[INFO] org.openjfx:javafx-media ............................... 11 -> 17