This check for a functioning JdkEx:
|
if (JdkEx.WindowHandleAccessor.isEnabled()) { |
doesn't work as intended, since WindowHandleAccessor's static initializer will have already thrown here:
|
throw new RuntimeException("jcef: failed to retrieve platform window handle"); |