java.security.AccessControlException: access denied Exception
- by Nila
Hi!
I'm trying to do a simple program for RMI. But, I'm getting the following exception while running the line
Naming.rebind("interfacename",Remoteserverobject);
java.security.AccessControlException:
access denied
(java.net.SocketPermission
127.0.0.1:1099 connect,resolve)
How to overcome this problem. Thanks in advance