-
Bug
-
Resolution: Fixed
-
P2
-
fx2.0
-
All
If you have a application that tries to set a stylesheet url on the scene that you want to run as a unsigned applet or JNLP application. You will get a error message:
"Cannot add stylesheet. access denied (java.lang.RuntimePermission getClassLoader)"
and the css will not be loaded.
This prevents all applications with any custom css stylesheet from working unsigned. There is no workaround other than signing the application which is undesirable.
"Cannot add stylesheet. access denied (java.lang.RuntimePermission getClassLoader)"
and the css will not be loaded.
This prevents all applications with any custom css stylesheet from working unsigned. There is no workaround other than signing the application which is undesirable.
- duplicates
-
JDK-8128563 adding stylesheet to scene in plugin requires java.lang.RuntimePermission "getClassLoader"
- Closed
-
JDK-8113928 CSS Stylesheet not found when starting via Java Web Start
- Closed
- relates to
-
JDK-8120813 StyleSheet() constructor should not call ClassLoader.getSystemResource()
- Closed