langtools/src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties
changeset 40308 274367a99f98
parent 38605 72ca5671f3e6
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
    67         {0} is an illegal argument\n
    67         {0} is an illegal argument\n
    68 tracing.not.supported=\
    68 tracing.not.supported=\
    69         Warning: Tracing is no longer supported.  Instead, use\
    69         Warning: Tracing is no longer supported.  Instead, use\
    70         -verbose:jni option of the virtual machine.
    70         -verbose:jni option of the virtual machine.
    71 
    71 
    72 #
       
    73 # Usage message.
       
    74 #
       
    75 usage=\
       
    76 Usage: javah [options] <classes>\n\
       
    77 \n\
       
    78 where [options] include:\n\
       
    79 \n\t\
       
    80 -help                 Print this help message and exit\n\t\
       
    81 -classpath <path>     Path from which to load classes\n\t\
       
    82 -cp <path>            Path from which to load classes\n\t\
       
    83 -modulepath <path>    Path from which to load application modules\n\t\
       
    84 -system <path>        JDK directory from which to load system modules\n\t\
       
    85 -d <dir>              Output directory\n\t\
       
    86 -o <file>             Output file (only one of -d or -o may be used)\n\t\
       
    87 -jni                  Generate JNI-style header file (default)\n\t\
       
    88 -version              Print version information\n\t\
       
    89 -verbose              Enable verbose output\n\t\
       
    90 -force                Always write output files\n\
       
    91 \n\
       
    92 <classes> are specified with their fully qualified names, optionally\n\
       
    93 prefixed by a module name followed by '/'. Examples:\n\
       
    94     java.lang.Object\n\
       
    95     java.base/java.io.File\n\
       
    96 
       
    97 main.usage=\
    72 main.usage=\
    98 Usage: \n\
    73 Usage: \n\
    99 \  javah [options] <classes>\n\
    74 \  javah [options] <classes>\n\
   100 where [options] include:
    75 where [options] include:
       
    76 
   101 main.opt.o=\
    77 main.opt.o=\
   102 \  -o <file>                Output file (only one of -d or -o may be used)
    78 \  -o <file>                    Output file (only one of -d or -o may be used)
       
    79 
   103 main.opt.d=\
    80 main.opt.d=\
   104 \  -d <dir>                 Output directory
    81 \  -d <dir>                     Output directory
       
    82 
   105 main.opt.v=\
    83 main.opt.v=\
   106 \  -v  -verbose             Enable verbose output
    84 \  -v  -verbose                 Enable verbose output
       
    85 
   107 main.opt.h=\
    86 main.opt.h=\
   108 \  -h  --help  -?           Print this message
    87 \  -h  --help  -?               Print this message
       
    88 
   109 main.opt.version=\
    89 main.opt.version=\
   110 \  -version                 Print version information
    90 \  -version                     Print version information
       
    91 
   111 main.opt.jni=\
    92 main.opt.jni=\
   112 \  -jni                     Generate JNI-style header file (default)
    93 \  -jni                         Generate JNI-style header file (default)
       
    94 
   113 main.opt.force=\
    95 main.opt.force=\
   114 \  -force                   Always write output files
    96 \  -force                       Always write output files
       
    97 
       
    98 main.opt.module_path=\
       
    99 \  --module-path <path>         Path from which to load application modules
       
   100 
       
   101 main.opt.upgrade_module_path=\
       
   102 \  --upgrade_module-path <path> Path from which to load application modules
       
   103 
   115 main.opt.classpath=\
   104 main.opt.classpath=\
   116 \  -classpath <path>        Path from which to load classes
   105 \  -classpath <path>            Path from which to load classes
       
   106 
       
   107 main.opt.class_path=\
       
   108 \  --class-path <path>          Path from which to load classes
       
   109 
   117 main.opt.cp=\
   110 main.opt.cp=\
   118 \  -cp <path>               Path from which to load classes
   111 \  -cp <path>                   Path from which to load classes
       
   112 
   119 main.opt.bootclasspath=\
   113 main.opt.bootclasspath=\
   120 \  -bootclasspath <path>    Path from which to load bootstrap classes
   114 \  -bootclasspath <path>        Path from which to load bootstrap classes
   121 main.usage.foot=\
   115 
   122 <classes> are specified with their fully qualified names\n\
   116 main.opt.system=\
   123 (for example, java.lang.Object).
   117 \  --system <jdk>               Specify where to find system modules
       
   118 
       
   119 main.usage.foot=\n\
       
   120 GNU-style options may use '=' instead whitespace to separate the name of an option\n\
       
   121 from its value.\n\
       
   122 \n\
       
   123 Each class must be specified by its fully qualified names, optionally\n\
       
   124 prefixed by a module name followed by '/'. Examples:\n\
       
   125 \    java.lang.Object\n\
       
   126 \    java.base/java.io.File\n\
   124 
   127 
   125 #
   128 #
   126 # Version string.
   129 # Version string.
   127 #
   130 #
   128 javah.version={0} version "{1}"
   131 javah.version={0} version "{1}"