To allow the driver to read the value of various Java properties to perform certain operations, permissions must be granted as shown in the following example:
grant codeBase "file:/install_dir/lib/-" {
permission java.util.PropertyPermission "*", "read, write";
};