JDK-8262948 : Release Note: JavaFX runtime logs a warning if javafx.* modules are loaded from the classpath
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: application-lifecycle
  • Affected Version: openjfx16
  • Priority: P3
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2021-03-03
  • Updated: 2021-03-03
  • Resolved: 2021-03-03
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
openjfx16Resolved
Description
The JavaFX classes must be loaded from a set of named `javafx.*` modules on the _module path_. Loading the JavaFX classes from the classpath is not supported. The JavaFX runtime logs a warning at startup if the JavaFX classes are not loaded from the expected named module. See [JDK-8256362](https://bugs.openjdk.java.net/browse/JDK-8256362) for more information.