JavaFX FXML API version warning
问题 I have recently started noticing the following warning when starting my JavaFX application: WARNING: Loading FXML document with JavaFX API of version 8.0.65 by JavaFX runtime of version 8.0.60 The FXML in question was created by Gluon Scene Builder 8.1.0, running with it's bundled Java, version 1.8.0_65. The application is launched with my OS Java, version 1.8.0_72. The root node of the FXML does have the attribute xmlns="http://javafx.com/javafx/8.0.65" but I figured 1.8.0_72 > 1.8.0_65, so