Java remote method invocation: Difference between revisions

Content deleted Content added
m svg image
remove confusing and unnecessary extension
Line 140:
The server.policy file should be used using the D switch of Java RTE, e.g.:
<source lang=dos>
java.exe -Djava.security.policy=server.policy RmiServer
</source>