Java remote method invocation: Difference between revisions

Content deleted Content added
Mark Arsten (talk | contribs)
m Reverted edits by Ghfgcgcfghgh (talk) to last revision by Discospinster (HG)
No edit summary
Line 88:
</source>
 
Before running this example, we need to make a 'stub' file of the interface we used. For this task we have the RMI compillercompiler - 'rmic'
*Note: we make a stub file from the '*.class' file with the implementation of the remote interface, not from the '*.java' file.
<source lang=dos>