skip to main content
About the Driver : Using the Driver : Required Permissions for the Java Platform
 

Required Permissions for the Java Platform

Using the driver 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.
In this section: 
* Permissions for Establishing Connections
* Granting Access to Java Properties
* Granting Access to Temporary Files
* Permissions for Kerberos Authentication