Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8341090 Remove support for security manager from JavaFX
  3. JDK-8342628

Release Note: JavaFX No Longer Supports Running With a Security Manager

XMLWordPrintable

      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
      ```

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: