A Nullpounter Exception happaens always at:
static boolean getBooleanProperty(final String propName) {
try {
boolean answer =
AccessController.doPrivileged(new java.security.PrivilegedAction<Boolean>() {
@Override
public Boolean run() {
String propVal = java.lang.System.getProperty(propName);
propVal is null!!!
static boolean getBooleanProperty(final String propName) {
try {
boolean answer =
AccessController.doPrivileged(new java.security.PrivilegedAction<Boolean>() {
@Override
public Boolean run() {
String propVal = java.lang.System.getProperty(propName);
propVal is null!!!
- relates to
-
JDK-8374515 javafx.scene.PropertyHelper causes uncessary silent NullPointerException
-
- Resolved
-