Granting Access to Java Properties
- Last Updated: December 3, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
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/51/-" {
permission java.util.PropertyPermission "*", "read, write";
};
where install_dir is the product installation directory.