AccessControlException: access denied
843790Feb 25 2007 — edited Mar 13 2007I got a VERY simple client-server prog.
On localhost it is working great...once you try to execute the client on other computer I get:
"AccessControlException: access denied (java.net.SocketPermission, IP:5000 connect,resolve)"
Actually it is a very simple chat program taken from "JAVA - how to program" by Deitel&Deitel (chap 17.4)...
How can I overcome this issue?
tnx
Xtrim