PDA

View Full Version : Java RMI policy file


Pompiuses
11-23-2002, 08:00 PM
How can I set the file path to the RMI security policy file?

If my policy file is defined like this:
String policyPath = "c:\test\security.policy";

How can I get the the RMISecurityManager to know that's the file to use?