站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档

Java Remote Method Invocation: 5 - Server Interfaces - JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档

CONTENTS | PREV | NEXT Java Remote Method Invocation


5.11 Stub and Skeleton Compiler

The rmic 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:

  • For the SolarisTM operating environment:
http://java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/rmic.html
  • For the Microsoft Windows platform:
http://java.sun.com/products/jdk/1.3/docs/tooldocs/win32/rmic.html



CONTENTS | PREV | NEXT
Copyright © 1997-1999 Sun Microsystems, Inc. All Rights Reserved.