Running JavaFX application with JDK 11+
问题 If I understand Oracle's announcments JavaFX won't be included to the JDK beginning with JDK 11 and will be only available as OpenJFX. What steps do I have to make as an software developer to allow my JavaFX application to be run with JDK 11+? Is there any good adivce? Will be OpenJDK available via Gradle? 回答1: JavaFX 11 will be available from Maven Central, so you will be able to include it in your project as any other regular dependency, using Maven: <dependencies> <dependency> <groupId