I am just beginning with RMI, and I already have run into
problems. I have tried to start the server and the client.
When I do, I get a security exception. I have followed the
instructions in the tutorial, but to no avail ;(
Here is what I have entered, and found:
C:\rmi>java -Djava.security.policy=java.policy PowerServiceServer
Exception in thread "main" java.security.AccessControlException:
access denied (java.net.SocketPermission 127.0.0.1:1099
connect,resolve)