skip to main content
Using the Driver : Required Permissions for Java Platform : Permissions for Establishing Connections
  

Try DataDirect Drivers Now

Permissions for Establishing Connections

To establish a connection to the database server, the driver must be granted the permissions as shown in the following example:
grant codeBase "file:/install_dir/lib/-" {
   permission java.net.SocketPermission "*", "connect";
};
where:
install_dir
is the product installation directory.