MYCAD Newsletter Videothek Dokumentation Support

Download Jfxrt.jar Java 8 -

download jfxrt.jar from untrusted mirror sites. Always use Oracle’s archive (for JDK 8u202) or Gluon’s official builds for OpenJFX.

(for Java 8):

dependencies implementation 'org.openjfx:javafx-controls:8u202' implementation 'org.openjfx:javafx-fxml:8u202' download jfxrt.jar java 8

<dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-controls</artifactId> <version>8u202</version> <!-- or 8u292 --> </dependency> <dependency> <groupId>org.openjfx</groupId> <artifactId>javafx-fxml</artifactId> <version>8u202</version> </dependency> : download jfxrt

(though Java 8 is end-of-life for public updates, some legacy systems need it): !-- or 8u292 --&gt