JDK-8342628 : Release Note: JavaFX No Longer Supports Running With a Security Manager
  • Type: Sub-task
  • Component: javafx
  • Sub-Component: other
  • Affected Version: jfx24
  • Priority: P4
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2024-10-18
  • Updated: 2025-03-14
  • Resolved: 2025-01-15
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
The Java Security Manager has been permanently disabled in JDK 24 via [JEP 486](https://openjdk.org/jeps/486).

Likewise, as of JavaFX 24, it is no longer possible to run JavaFX applications with a security manager enabled. This is true even if you run your application on an older JDK that still supports the security manager.

The following exception will be thrown when the JavaFX runtime is initialized with the Security Manager enabled:

```
UnsupportedOperationException: JavaFX does not support running with the Security Manager
```

Comments
"Likewise, it is no longer possible " -> "Likewise, as of JavaFX 24, it is no longer possible ... ^^^^^^^^^^^^^^^^^ Here mentioning FX 24 (even though it is an FX 24 release note) might aid clarity.
14-01-2025