java.security.AccessControlException: access denied Exception
Posted
by Nila
on Stack Overflow
See other posts from Stack Overflow
or by Nila
Published on 2010-04-27T09:08:48Z
Indexed on
2010/04/27
9:13 UTC
Read the original article
Hit count: 368
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
© Stack Overflow or respective owner