How do I read/write a file from the implementation class of the RMI Server so that it does not give the AccessControlException?
Created May 4, 2012
Edward Harned
This is the security feature of Java. Use a policy file and specify the location on the command line for the Server: -Djava.security.policy=file:/path_to_policy_file
See the security feature in the SDK documentation.