tags:

views:

20

answers:

1

When iam running RMI Server in netbeans iam getting java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:1099 connect,resolve)

Pls suggest what to do? Thanks in Advance

A: 

You need to set the permissions within a policy file. An example can be found at the RMI tutorial site and also further information concering policy files.

PartlyCloudy