readme

来自「linux下建立JAVA虚拟机的源码KAFFE」· 代码 · 共 44 行

TXT
44
字号
The GNU Classpath tools are stored in the tools.zip. They can be invoked byputting this archive into classpath and specifying the tool main class as theclass to run (parameters usually follow). The current release contains thefollowing tools:== GIOP tools ==GIOP tools are used for creating the applications that use GIOP communicationprotocol. It provides necessary support for org.omg.* and javax.rmi.* packages.All GIOP tools support the --help option, for instance:  java -cp tools.zip gnu.classpath.tools.giop.IorParser --helpThe list of the currently available GIOP tools (name matches the mainclass in gnu.classpath.tools.giop package):* GRMIC -                RMI-IIOP stub and tie generator.* NameService  -         GIOP transient naming service (this tool is called                          tnameserv in Sun's package).* NameServicePersistent               -         GIOP persistent naming service (this tool is called                          orbd in Sun's package).* IorParser -            Parses the stringified form of the interoperable                          object references (IOR's).                         == RMI tools ==RMI tools provide support for java.rmi package. All tools support the --help key by printing more information, for instance:  java -cp tools.zip gnu.classpath.tools.rmi.RMIC --helpThe list of the currently available RMI tools (name matches the main tool classin gnu.classpath.tools.rmi package):  * RMIC -                 RMI stub and tie source code generator (complements                         the ASM based bytecode generator in the separate                         cp-tools project). This tool is only needed for                          research and backward-compatibile applications, as                         Classpath supports the 1.5 feature to replace such                          stubs by proxy classes.                             

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?