JDK-8342622 : Release Note: JavaFX 24 Requires JDK 22 or Later
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: build
  • Affected Version: jfx24
  • Priority: P4
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2024-10-18
  • Updated: 2024-10-18
  • Resolved: 2024-10-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx24Resolved
Description
JavaFX 24 is compiled with `--release 22` and thus requires JDK 22 or later in order to run. If you attempt to run with an older JDK, the Java launcher will exit with an error message indicating that the `javafx.base` module cannot be read.