Security requirements

To run a Java™ application in the context of a Java security manager, the application must have proper Java permissions to use the administration Java APIs. If the application is not installed as a Java extension in the JAVA_HOME/lib/ext directory, an entry must be added to the JAVA_HOME/lib/security/java.policy file.

Invoke administration Java classes and methods from a privileged block, doPrivileged(), to alleviate the need for the application callers to have this Java permission as well.

The PD.jar file is signed, but verification of the signing of JAR files is not supported in this version ISAM.

Parent topic: Building Java applications with the administration API