< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help


   7 err.end.of.file=unexpected end of file while reading {0}
   8 err.file.not.found=file not found: {0}
   9 err.incompatible.options=bad combination of options: {0}
  10 err.internal.error=internal error: {0} {1} {2}
  11 err.invalid.arg.for.option=invalid argument for option: {0}
  12 err.ioerror=IO error reading {0}: {1}
  13 err.missing.arg=no value given for {0}
  14 err.no.classes.specified=no classes specified
  15 err.not.standard.file.manager=can only specify class files when using a standard file manager
  16 err.invalid.use.of.option=invalid use of option: {0}
  17 err.unknown.option=unknown option: {0}
  18 err.no.SourceFile.attribute=no SourceFile attribute
  19 err.source.file.not.found=source file not found
  20 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
  21 err.nomem=Insufficient memory. To increase memory use -J-Xmx option.
  22 err.cant.find.module=Cannot find module {0}
  23 err.cant.find.module.ex=Problem finding module {0}: {1}
  24 
  25 main.usage.summary=\
  26 Usage: {0} <options> <classes>\n\
  27 use -help for a list of possible options
  28 
  29 warn.prefix=Warning:
  30 warn.unexpected.class=File {0} does not contain class {1}
  31 
  32 note.prefix=Note:
  33 
  34 main.usage.summary=\
  35 Usage: {0} <options> <classes>\n\
  36 use -help for a list of possible options
  37 
  38 main.usage=\
  39 Usage: {0} <options> <classes>\n\
  40 where possible options include:
  41 
  42 
  43 main.opt.help=\
  44 \  -help  --help  -?                Print this usage message
  45 
  46 main.opt.version=\
  47 \  -version                         Version information
  48 
  49 main.opt.v=\
  50 \  -v  -verbose                     Print additional information
  51 
  52 main.opt.l=\
  53 \  -l                               Print line number and local variable tables
  54 
  55 main.opt.public=\
  56 \  -public                          Show only public classes and members
  57 
  58 main.opt.protected=\
  59 \  -protected                       Show protected/public classes and members
  60 
  61 main.opt.package=\
  62 \  -package                         Show package/protected/public classes\n\
  63 \                                   and members (default)
  64 




   7 err.end.of.file=unexpected end of file while reading {0}
   8 err.file.not.found=file not found: {0}
   9 err.incompatible.options=bad combination of options: {0}
  10 err.internal.error=internal error: {0} {1} {2}
  11 err.invalid.arg.for.option=invalid argument for option: {0}
  12 err.ioerror=IO error reading {0}: {1}
  13 err.missing.arg=no value given for {0}
  14 err.no.classes.specified=no classes specified
  15 err.not.standard.file.manager=can only specify class files when using a standard file manager
  16 err.invalid.use.of.option=invalid use of option: {0}
  17 err.unknown.option=unknown option: {0}
  18 err.no.SourceFile.attribute=no SourceFile attribute
  19 err.source.file.not.found=source file not found
  20 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
  21 err.nomem=Insufficient memory. To increase memory use -J-Xmx option.
  22 err.cant.find.module=Cannot find module {0}
  23 err.cant.find.module.ex=Problem finding module {0}: {1}
  24 
  25 main.usage.summary=\
  26 Usage: {0} <options> <classes>\n\
  27 use --help for a list of possible options
  28 
  29 warn.prefix=Warning:
  30 warn.unexpected.class=File {0} does not contain class {1}
  31 
  32 note.prefix=Note:
  33 
  34 main.usage.summary=\
  35 Usage: {0} <options> <classes>\n\
  36 use --help for a list of possible options
  37 
  38 main.usage=\
  39 Usage: {0} <options> <classes>\n\
  40 where possible options include:
  41 
  42 
  43 main.opt.help=\
  44 \  -? -h --help                     Print this help message
  45 
  46 main.opt.version=\
  47 \  -version                         Version information
  48 
  49 main.opt.v=\
  50 \  -v  -verbose                     Print additional information
  51 
  52 main.opt.l=\
  53 \  -l                               Print line number and local variable tables
  54 
  55 main.opt.public=\
  56 \  -public                          Show only public classes and members
  57 
  58 main.opt.protected=\
  59 \  -protected                       Show protected/public classes and members
  60 
  61 main.opt.package=\
  62 \  -package                         Show package/protected/public classes\n\
  63 \                                   and members (default)
  64 


< prev index next >