skip to main content
Getting Started : Using the Drivers : Required Permissions for the Java 2 Platform : Granting Access to Java Properties
  
Granting Access to Java Properties
To allow the drivers 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";
};
where install_dir is the product installation directory.