RMIC
The rmic program provided by Java takes a classfile or list of classfiles that have remote objects to export.
The options to this program include
- d the directory in which to place the stubs and skeletons
- show popup window to show names of methods
- O optimize (same as regular compiler)
- keepgenerated keeps the .java file of the generated stubs and skeletons for you to see