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: