nameservicepersistent.txt

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

TXT
29
字号
Copyright 2006 Free Software Foundation, Inc.This is free software; see the source for copying conditions.  There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.Please report bugs at http://www.gnu.org/software/classpath/bugs.htmlGNU Classpath GIOP persitent naming service.  usage: NameServicePersistent <options> where <options> includes:* -org.omg.CORBA.ORBInitialPort NNN or -ORBInitialPort NNN          - specifies the port, on that the                                    service must be started. If this key                                   is not specified, the service starts                                   at the port 900.   * -ior FILE_NAME                - store the IOR reference to this naming                                   service to the specified file. The                                  IOR reference contains enough                                   information to locate the service                                  on the web.* - folder FOLDER               - store the persistent information                                  to the given folder* - reset                       - discard any previously stored                                  persistent information (cold start)                                          

⌨️ 快捷键说明

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