CONTENTS | PREV | NEXT | Java Remote Method Invocation |
Thermic
stub and skeleton compiler is used to compile the appropriate stubs and skeletons for a specific remote object implementation. The compiler is invoked with the package qualified class name of the remote object class. The class must previously have been compiled successfully.Please see the following URLs for further information on rmic:
http://java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/rmic.html
http://java.sun.com/products/jdk/1.3/docs/tooldocs/win32/rmic.html