Granting access to Java properties
- Last Updated: July 21, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
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/60/-" {
permission java.util.PropertyPermission "*", "read, write";
};
where:
- install_dir
- is the product installation directory.