Content deleted Content added
Esmond.pitt (talk | contribs) →Example: fixed various coding errors and removed unnecessary SecurityManager |
Esmond.pitt (talk | contribs) →Example: Further removal of security manager stuff, not required in a simple example. |
||
Line 117:
</source>
Note that since version 5.0 of J2SE support for dynamically generated stub files has been added, and rmic is only provided for backwards compatibility with earlier run times.<ref>{{cite web|title=Jave RMI Release Notes|url=http://docs.oracle.com/javase/1.5.0/docs/guide/rmi/relnotes.html|publisher=Oracle|accessdate=9 May 2012}}</ref>
Note that to use this feature the remote object must provide an explicit port number, or zero, when exporting itself, as noted in the comment in the constructor above.
==References==
|