Java remote method invocation: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m WP:CHECKWIKI error 61 fix, References after punctuation per WP:REFPUNC and WP:PAIC using AWB (8459)
Example: improved wording
Line 122:
</source>
 
Before running this subjexample, we need to make a 'Stubstub' file of the interface we used. For this task we have the RMI compiller - '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>
rmic RmiServer