-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
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");
GET_CLASSLOADER_PERMISSION = new RuntimePermission("getClassLoader");