I am really new in java-RMI and developed a small application on it.But to run my server and client I need to execute- Java -Djava.security.policy=client.policy
So what should I do to ommite '-Djava.security.policy=client.policy' this command? Or is there any way to implement the security policy in java program? Thanks in advance.