Required Permissions for the Java Platform
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Using the drivers on a Java Platform with the standard Security Manager
enabled requires certain permissions to be set in the security policy file of the Java
Platform. The default location of this security policy file is jre/lib/security which may be found in the subdirectory of the Java Platform
installation directory.
Note: Security manager may be enabled by default in certain
scenarios (for example, when you are running in an application server or in a Web browser
applet).
To run an application on a Java Platform with the standard Security Manager, use the following command:
"java -Djava.security.manager application_class_name"
where application_class_name is the class name of the application.
Refer to your Java Platform documentation for more information about setting permissions in the security policy file.