Open nonchip opened 4 years ago
FWIW, Zulu still provides updated versions of Java w/ JavaFX bundled.
https://www.azul.com/downloads/zulu-community/?architecture=x86-64-bit&package=jre-fx
After an hour of trying to make the game run because of the missing JavaFX, I managed to start it with JDK 8 from Liberica: https://bell-sw.com/pages/downloads/ Maybe anyone else finds this helpful :) Just select the FULL JDK version for JavaFX to be included
Since JavaFX isn't packaged in Java for any modern version, there needs to be a maven dependency for it to make it build on anything newer than oracle's EOLed jdk8 which expired in 2014 already.
(yes, even on modern oracle jdks javafx isn't too much of a thing anymore and at least deprecated, see also)
something like this in
<project>
in thepom.xml
seems to suffice (builds on my machine™, using openjdk11):