< prev index next >

src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties

Print this page




  36 
  37 main.opt.help=\
  38 \  -h, --help                            Print this help message
  39 
  40 main.opt.version=\
  41 \      --version                         Version information
  42 
  43 main.opt.module-path=\
  44 \  -p, --module-path <path>              Module path
  45 
  46 main.opt.add-modules=\
  47 \      --add-modules <mod>[,<mod>...]    Root modules to resolve
  48 
  49 main.opt.limit-modules=\
  50 \      --limit-modules <mod>[,<mod>...]  Limit the universe of observable\n\
  51 \                                        modules
  52 
  53 main.opt.output=\
  54 \      --output <path>                   Location of output path
  55 





  56 main.command.files=\
  57 \      @<filename>                       Read options from file
  58 
  59 main.opt.endian=\
  60 \      --endian <little|big>             Byte order of generated jimage\n\
  61 \                                        (default:native)
  62 
  63 main.opt.save-opts=\
  64 \      --save-opts <filename>            Save jlink options in the given file
  65 
  66 main.opt.ignore-signing-information=\
  67 \      --ignore-signing-information      Suppress a fatal error when signed\n\
  68 \                                        modular JARs are linked in the image.\n\
  69 \                                        The signature related files of the\n\
  70 \                                        signed modular JARs are not copied to\n\
  71 \                                        the runtime image.
  72 
  73 main.msg.bug=\
  74 An exception has occurred in jlink. \
  75 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  76 after checking the database for duplicates. \
  77 Include your program and the following diagnostic in your report.  Thank you.
  78 
  79 main.extended.help=\
  80 \List of available plugins:
  81 
  82 main.extended.help.footer=\
  83 \For options requiring a <pattern-list>, the value will be a comma separated\n\
  84 \list of elements each using one the following forms:\n\
  85 \  <glob-pattern>\n\
  86 \  glob:<glob-pattern>\n\
  87 \  regex:<regex-pattern>\n\
  88 \  @<filename> where filename is the name of a file containing patterns to be\n\
  89 \              used, one pattern per line\n\
  90 \n\
  91 
  92 
  93 err.unknown.byte.order:unknown byte order {0}



  94 err.output.must.be.specified:--output must be specified
  95 err.modulepath.must.be.specified:--module-path must be specified
  96 err.mods.must.be.specified:no modules specified to {0}
  97 err.path.not.found=path not found: {0}
  98 err.path.not.valid=invalid path: {0}
  99 err.image.must.exist=image {0} does not exist or is not a directory
 100 err.existing.image.invalid=existing image is not valid
 101 err.file.not.found=cannot find file: {0}
 102 err.file.error=cannot access file: {0}
 103 err.dir.exists={0} already exists
 104 err.badpattern=bad pattern {0}
 105 err.unknown.option=unknown option: {0}
 106 err.orphan.argument=orphan argument: {0}
 107 err.missing.arg=no value given for {0}
 108 err.internal.error=internal error: {0} {1} {2}
 109 err.invalid.arg.for.option=invalid argument for option: {0}
 110 err.option.after.class=option must be specified before classes: {0}
 111 err.option.unsupported={0} not supported: {1}
 112 err.config.defaults=property {0} is missing from configuration
 113 err.config.defaults.value=wrong value in defaults property: {0}


  36 
  37 main.opt.help=\
  38 \  -h, --help                            Print this help message
  39 
  40 main.opt.version=\
  41 \      --version                         Version information
  42 
  43 main.opt.module-path=\
  44 \  -p, --module-path <path>              Module path
  45 
  46 main.opt.add-modules=\
  47 \      --add-modules <mod>[,<mod>...]    Root modules to resolve
  48 
  49 main.opt.limit-modules=\
  50 \      --limit-modules <mod>[,<mod>...]  Limit the universe of observable\n\
  51 \                                        modules
  52 
  53 main.opt.output=\
  54 \      --output <path>                   Location of output path
  55 
  56 main.opt.launcher=\
  57 \      --launcher <command>=<module>     Launcher command name for the module\n\
  58 \      --launcher <command>=<module>/<main>\n\
  59 \                                        Launcher command name for the module and the main class
  60 
  61 main.command.files=\
  62 \      @<filename>                       Read options from file
  63 
  64 main.opt.endian=\
  65 \      --endian <little|big>             Byte order of generated jimage\n\
  66 \                                        (default:native)
  67 
  68 main.opt.save-opts=\
  69 \      --save-opts <filename>            Save jlink options in the given file
  70 
  71 main.opt.ignore-signing-information=\
  72 \      --ignore-signing-information      Suppress a fatal error when signed\n\
  73 \                                        modular JARs are linked in the image.\n\
  74 \                                        The signature related files of the\n\
  75 \                                        signed modular JARs are not copied to\n\
  76 \                                        the runtime image.
  77 
  78 main.msg.bug=\
  79 An exception has occurred in jlink. \
  80 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  81 after checking the database for duplicates. \
  82 Include your program and the following diagnostic in your report.  Thank you.
  83 
  84 main.extended.help=\
  85 \List of available plugins:
  86 
  87 main.extended.help.footer=\
  88 \For options requiring a <pattern-list>, the value will be a comma separated\n\
  89 \list of elements each using one the following forms:\n\
  90 \  <glob-pattern>\n\
  91 \  glob:<glob-pattern>\n\
  92 \  regex:<regex-pattern>\n\
  93 \  @<filename> where filename is the name of a file containing patterns to be\n\
  94 \              used, one pattern per line\n\
  95 \n\
  96 
  97 
  98 err.unknown.byte.order:unknown byte order {0}
  99 err.launcher.main.class.empty:launcher main class name cannot be empty: {0}
 100 err.launcher.module.name.empty:launcher module name cannot be empty: {0}
 101 err.launcher.value.format:launcher value should be of form <command>=<module>: {0}
 102 err.output.must.be.specified:--output must be specified
 103 err.modulepath.must.be.specified:--module-path must be specified
 104 err.mods.must.be.specified:no modules specified to {0}
 105 err.path.not.found=path not found: {0}
 106 err.path.not.valid=invalid path: {0}
 107 err.image.must.exist=image {0} does not exist or is not a directory
 108 err.existing.image.invalid=existing image is not valid
 109 err.file.not.found=cannot find file: {0}
 110 err.file.error=cannot access file: {0}
 111 err.dir.exists={0} already exists
 112 err.badpattern=bad pattern {0}
 113 err.unknown.option=unknown option: {0}
 114 err.orphan.argument=orphan argument: {0}
 115 err.missing.arg=no value given for {0}
 116 err.internal.error=internal error: {0} {1} {2}
 117 err.invalid.arg.for.option=invalid argument for option: {0}
 118 err.option.after.class=option must be specified before classes: {0}
 119 err.option.unsupported={0} not supported: {1}
 120 err.config.defaults=property {0} is missing from configuration
 121 err.config.defaults.value=wrong value in defaults property: {0}
< prev index next >