skip to main content
Configuring Security for OpenAccess SDK : Required permissions for the Java 2 platform
 

Required permissions for the Java 2 platform

Using the OpenAccess SDK Client for JDBC driver on a Java 2 Platform with the standard Security Manager enabled requires certain permissions to be set in the security policy file of the Java 2 Platform. This security policy file can be found in the jre/lib/security subdirectory of the Java 2 Platform installation directory. The required permissions can be found in the JDBCDriver.policy file in the install_dir/driver/lib directory.
Note: Web browser applets running in the Java 2 plug-in are always running in a Java Virtual Machine with the standard Security Manager enabled.
To run an application on a Java 2 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 2 Platform documentation for more information about setting permissions in the security policy file.
In this section: 
* Permissions for establishing connections
* Granting access to temporary files
* Permissions for Kerberos authentication