< prev index next >

langtools/src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties

Print this page




  52 jni.sigerror=\
  53         Cannot determine signature for {0}
  54 dir.file.mixed=\
  55         Can''t mix options -d and -o.  Try -help.
  56 no.classes.specified=\
  57         No classes were specified on the command line.  Try -help.
  58 no.outputfile.specified=\
  59         No outputfile was specified on the command line.  Try -help.
  60 no.outputdir.specified=\
  61         No output directory was specified on the command line.  Try -help.
  62 no.classpath.specified=\
  63         No classpath was specified on the command line.  Try -help.
  64 no.bootclasspath.specified=\
  65         No bootclasspath was specified on the command line.  Try -help.
  66 unknown.option=\
  67         {0} is an illegal argument\n
  68 tracing.not.supported=\
  69         Warning: Tracing is no longer supported.  Instead, use\
  70         -verbose:jni option of the virtual machine.
  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=\
  98 Usage: \n\
  99 \  javah [options] <classes>\n\
 100 where [options] include:

 101 main.opt.o=\
 102 \  -o <file>                Output file (only one of -d or -o may be used)

 103 main.opt.d=\
 104 \  -d <dir>                 Output directory

 105 main.opt.v=\
 106 \  -v  -verbose             Enable verbose output

 107 main.opt.h=\
 108 \  -h  --help  -?           Print this message

 109 main.opt.version=\
 110 \  -version                 Print version information

 111 main.opt.jni=\
 112 \  -jni                     Generate JNI-style header file (default)

 113 main.opt.force=\
 114 \  -force                   Always write output files







 115 main.opt.classpath=\
 116 \  -classpath <path>        Path from which to load classes




 117 main.opt.cp=\
 118 \  -cp <path>               Path from which to load classes

 119 main.opt.bootclasspath=\
 120 \  -bootclasspath <path>    Path from which to load bootstrap classes
 121 main.usage.foot=\
 122 <classes> are specified with their fully qualified names\n\
 123 (for example, java.lang.Object).









 124 
 125 #
 126 # Version string.
 127 #
 128 javah.version={0} version "{1}"
 129 javah.fullVersion={0} full version "{1}"
 130 
 131 #
 132 # These should have better diagnostics.
 133 #
 134 super.class.not.found=\
 135         A required super class {0} could not be found.
 136 class.not.found=\
 137         Class {0} could not be found.
 138 io.exception=\
 139         Can''t recover from an I/O error with the following message: \
 140         {0}.
 141 
 142 #
 143 # Problems in the guts of javah.




  52 jni.sigerror=\
  53         Cannot determine signature for {0}
  54 dir.file.mixed=\
  55         Can''t mix options -d and -o.  Try -help.
  56 no.classes.specified=\
  57         No classes were specified on the command line.  Try -help.
  58 no.outputfile.specified=\
  59         No outputfile was specified on the command line.  Try -help.
  60 no.outputdir.specified=\
  61         No output directory was specified on the command line.  Try -help.
  62 no.classpath.specified=\
  63         No classpath was specified on the command line.  Try -help.
  64 no.bootclasspath.specified=\
  65         No bootclasspath was specified on the command line.  Try -help.
  66 unknown.option=\
  67         {0} is an illegal argument\n
  68 tracing.not.supported=\
  69         Warning: Tracing is no longer supported.  Instead, use\
  70         -verbose:jni option of the virtual machine.
  71 

























  72 main.usage=\
  73 Usage: \n\
  74 \  javah [options] <classes>\n\
  75 where [options] include:
  76 
  77 main.opt.o=\
  78 \  -o <file>                    Output file (only one of -d or -o may be used)
  79 
  80 main.opt.d=\
  81 \  -d <dir>                     Output directory
  82 
  83 main.opt.v=\
  84 \  -v  -verbose                 Enable verbose output
  85 
  86 main.opt.h=\
  87 \  -h  --help  -?               Print this message
  88 
  89 main.opt.version=\
  90 \  -version                     Print version information
  91 
  92 main.opt.jni=\
  93 \  -jni                         Generate JNI-style header file (default)
  94 
  95 main.opt.force=\
  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 
 104 main.opt.classpath=\
 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 
 110 main.opt.cp=\
 111 \  -cp <path>                   Path from which to load classes
 112 
 113 main.opt.bootclasspath=\
 114 \  -bootclasspath <path>        Path from which to load bootstrap classes
 115 
 116 main.opt.system=\
 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\
 127 
 128 #
 129 # Version string.
 130 #
 131 javah.version={0} version "{1}"
 132 javah.fullVersion={0} full version "{1}"
 133 
 134 #
 135 # These should have better diagnostics.
 136 #
 137 super.class.not.found=\
 138         A required super class {0} could not be found.
 139 class.not.found=\
 140         Class {0} could not be found.
 141 io.exception=\
 142         Can''t recover from an I/O error with the following message: \
 143         {0}.
 144 
 145 #
 146 # Problems in the guts of javah.


< prev index next >