java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.util.ResourceBundle.setParent (java.util.ResourceBundle) accessible: module java.base does not "opens java.util" to ...
Upgrading to Java 16 I receive the following Exception. I tried adding the VM option --add-opens java.base/java.lang=ALL-UNNAMED which I thought would work around the ...