jdk/src/share/classes/sun/rmi/rmic/resources/rmic.properties
changeset 22084 fd3c6345eaef
parent 7668 d4a77089c587
equal deleted inserted replaced
22083:1ac4a52255f4 22084:fd3c6345eaef
     1 #
     1 #
     2 #
     2 #
     3 # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
     3 # Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5 #
     5 #
     6 # This code is free software; you can redistribute it and/or modify it
     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
     7 # under the terms of the GNU General Public License version 2 only, as
     8 # published by the Free Software Foundation.  Oracle designates this
     8 # published by the Free Software Foundation.  Oracle designates this
    74 rmic.usage=Usage: {0} <options> <class names>\
    74 rmic.usage=Usage: {0} <options> <class names>\
    75 \n\
    75 \n\
    76 \nwhere <options> includes:\
    76 \nwhere <options> includes:\
    77 \n  -keep          Do not delete intermediate generated source files\
    77 \n  -keep          Do not delete intermediate generated source files\
    78 \n  -keepgenerated (same as "-keep")\
    78 \n  -keepgenerated (same as "-keep")\
    79 \n  -v1.1          Create stubs/skeletons for 1.1 stub protocol version\
    79 \n  -v1.1          Create stubs/skeletons for 1.1 stub protocol version (deprecated)\
    80 \n  -vcompat       Create stubs/skeletons compatible with both\
    80 \n  -vcompat       Create stubs/skeletons compatible with both\
    81 \n                           1.1 and 1.2 stub protocol versions\
    81 \n                           1.1 and 1.2 stub protocol versions (deprecated)\
    82 \n  -v1.2          (default) Create stubs for 1.2 stub protocol version only\
    82 \n  -v1.2          (default) Create stubs for 1.2 stub protocol version only (deprecated)\
    83 \n  -iiop          Create stubs for IIOP. When present, <options> also includes:\
    83 \n  -iiop          Create stubs for IIOP. When present, <options> also includes:\
    84 \n\
    84 \n\
    85 \n                   -always           Create stubs even when they appear current\
    85 \n                   -always           Create stubs even when they appear current\
    86 \n                   -alwaysgenerate   (same as "-always")\
    86 \n                   -alwaysgenerate   (same as "-always")\
    87 \n                   -nolocalstubs     Do not create stubs optimized for same process\
    87 \n                   -nolocalstubs     Do not create stubs optimized for same process\
   152 	Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses.
   152 	Method {0} is not a valid remote method implementation because it throws {1}; implementations of remote methods may only throw java.lang.Exception or its subclasses.
   153 warn.rmic.tie.found=\
   153 warn.rmic.tie.found=\
   154 	An IIOP "tie" exists for class {0}:\
   154 	An IIOP "tie" exists for class {0}:\
   155 	\n  {1}\
   155 	\n  {1}\
   156 	\nIf you use PortableRemoteObject.exportObject, you should remove this file; otherwise, your server object will be exported to IIOP rather than to JRMP.
   156 	\nIf you use PortableRemoteObject.exportObject, you should remove this file; otherwise, your server object will be exported to IIOP rather than to JRMP.
       
   157 rmic.jrmp.stubs.deprecated=\
       
   158 	Warning: generation and use of skeletons and static stubs for JRMP\
       
   159 	\nis deprecated. Skeletons are unnecessary, and static stubs have\
       
   160 	\nbeen superseded by dynamically generated stubs. Users are\
       
   161 	\nencouraged to migrate away from using {0} to generate skeletons and static\
       
   162 	\nstubs. See the documentation for java.rmi.server.UnicastRemoteObject.
   157 
   163 
   158 #
   164 #
   159 # RMI-IIOP Messages
   165 # RMI-IIOP Messages
   160 #
   166 #
   161 
   167