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: