Replace sun.security.util.SecurityConstants with java.lang.RuntimePermission

XMLWordPrintable

      javafx/fxml/FXMLLoader.java is using internal sun.security.util.SecurityConstants. They should be replaced by creating the appropriate permission as specified, e.g.
         GET_CLASSLOADER_PERMISSION = new RuntimePermission("getClassLoader");

            Assignee:
            Kevin Rushforth
            Reporter:
            Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: