< prev index next >

src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help
   1 #
   2 #
   3 # Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
   4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 #
   6 # This code is free software; you can redistribute it and/or modify it
   7 # under the terms of the GNU General Public License version 2 only, as
   8 # published by the Free Software Foundation.  Oracle designates this
   9 # particular file as subject to the "Classpath" exception as provided
  10 # by Oracle in the LICENSE file that accompanied this code.
  11 #
  12 # This code is distributed in the hope that it will be useful, but WITHOUT
  13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 # version 2 for more details (a copy is included in the LICENSE file that
  16 # accompanied this code).
  17 #
  18 # You should have received a copy of the GNU General Public License version
  19 # 2 along with this work; if not, write to the Free Software Foundation,
  20 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 #
  22 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 # or visit www.oracle.com if you need additional information or have any


  33         port cannot be specified if rmid is launched from inetd
  34 
  35 # "port" here refers to a TCP port for the server to listen on.
  36 rmid.syntax.port.badnumber=\
  37         port is not a number
  38 
  39 # "-port" should not be translated, because it's part of command syntax.
  40 rmid.syntax.port.missing=\
  41         -port option requires argument
  42 
  43 # "-log" should not be translated, because it's part of command syntax.
  44 rmid.syntax.log.missing=\
  45         -log option requires argument
  46 
  47 # "-log" should not be translated, because it's part of command syntax.
  48 rmid.syntax.log.required=\
  49         -log option required
  50 
  51 # {0} = the (string) illegal argument in question
  52 rmid.syntax.illegal.option=\
  53         illegal option: {0}
  54 
  55 # {0} = the (string) reason text that came with a thrown exception
  56 # "Activation.main" should not be translated, because it's a codepoint
  57 rmid.unexpected.exception=\
  58         Activation.main: an exception occurred: {0}
  59 
  60 # "java.home" should not be translated, because it's a property name
  61 # "ActivatorImpl" should not be translated, because it's a codepoint
  62 rmid.unfound.java.home.property=\
  63         ActivatorImpl: unable to locate java.home
  64 
  65 # "rmid" should not be translated
  66 rmid.inherited.channel.info=\
  67         rmid startup with inherited channel
  68 
  69 # "Activation.main" should not be translated, because it's a codepoint
  70 rmid.exec.policy.invalid=\
  71         Activation.main: invalid exec policy class
  72 
  73 # "rmid" should not be translated


   1 #
   2 #
   3 # Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
   4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   5 #
   6 # This code is free software; you can redistribute it and/or modify it
   7 # under the terms of the GNU General Public License version 2 only, as
   8 # published by the Free Software Foundation.  Oracle designates this
   9 # particular file as subject to the "Classpath" exception as provided
  10 # by Oracle in the LICENSE file that accompanied this code.
  11 #
  12 # This code is distributed in the hope that it will be useful, but WITHOUT
  13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15 # version 2 for more details (a copy is included in the LICENSE file that
  16 # accompanied this code).
  17 #
  18 # You should have received a copy of the GNU General Public License version
  19 # 2 along with this work; if not, write to the Free Software Foundation,
  20 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 #
  22 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23 # or visit www.oracle.com if you need additional information or have any


  33         port cannot be specified if rmid is launched from inetd
  34 
  35 # "port" here refers to a TCP port for the server to listen on.
  36 rmid.syntax.port.badnumber=\
  37         port is not a number
  38 
  39 # "-port" should not be translated, because it's part of command syntax.
  40 rmid.syntax.port.missing=\
  41         -port option requires argument
  42 
  43 # "-log" should not be translated, because it's part of command syntax.
  44 rmid.syntax.log.missing=\
  45         -log option requires argument
  46 
  47 # "-log" should not be translated, because it's part of command syntax.
  48 rmid.syntax.log.required=\
  49         -log option required
  50 
  51 # {0} = the (string) illegal argument in question
  52 rmid.syntax.illegal.option=\
  53         invalid option: {0}
  54 
  55 # {0} = the (string) reason text that came with a thrown exception
  56 # "Activation.main" should not be translated, because it's a codepoint
  57 rmid.unexpected.exception=\
  58         Activation.main: an exception occurred: {0}
  59 
  60 # "java.home" should not be translated, because it's a property name
  61 # "ActivatorImpl" should not be translated, because it's a codepoint
  62 rmid.unfound.java.home.property=\
  63         ActivatorImpl: unable to locate java.home
  64 
  65 # "rmid" should not be translated
  66 rmid.inherited.channel.info=\
  67         rmid startup with inherited channel
  68 
  69 # "Activation.main" should not be translated, because it's a codepoint
  70 rmid.exec.policy.invalid=\
  71         Activation.main: invalid exec policy class
  72 
  73 # "rmid" should not be translated


< prev index next >