skip to main content
Using the driver : Required permissions for Java SE with the standard Security Manager enabled
  

Try DataDirect Drivers Now

Required permissions for Java SE with the standard Security Manager enabled

Using the driver on a Java platform with the standard Security Manager enabled requires certain permissions to be set in the Java SE security policy file java.policy. The default location of this file is java_install_dir/jre/lib/security.
Note: Security manager may be enabled by default in certain scenarios, such as running on 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 documentation for more information about setting permissions in the security policy file.
* Permissions for establishing connections
* Granting access to Java properties
* Granting access to temporary files