AccessControlException in JDK1.1.4
Hi there,
My RMI server and client comunicate well when I run both in my local machine. But when I run in diferent machines I get the following error in the client:
java.security.AccessControlException: access denied <java.net.SocketPermission computer07 resolve>
I've heard something about policy files but I'm using jdk1.1.4 and I guess there's no policy file in this version. What can I do to solve this?
Than you,
Nei

