1 main.usage.summary=\
   2 Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\
   3 use --help for a list of possible options
   4 
   5 main.usage=\
   6 Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\
   7 Possible options include:
   8 
   9 error.prefix=Error:
  10 warn.prefix=Warning:
  11 
  12 main.opt.help=\
  13 \  --help                            Print this help message
  14 
  15 main.opt.version=\
  16 \  --version                         Version information
  17 
  18 main.opt.modulepath=\
  19 \  --modulepath <modulepath>         Module path
  20 
  21 main.opt.addmods=\
  22 \  --addmods <mod>[,<mod>...]        Root modules to resolve
  23 
  24 main.opt.limitmods=\
  25 \  --limitmods <mod>[,<mod>...]      Limit the universe of observable modules
  26 
  27 main.opt.output=\
  28 \  --output <path>                   Location of output path
  29 
  30 main.command.files=\
  31 \  @<filename>                       Read options from file
  32 
  33 main.opt.endian=\
  34 \  --endian <little|big>             Byte order of generated jimage (default:native)
  35 
  36 main.opt.saveopts=\
  37 \  --saveopts <filename>             Save jlink options in the given file
  38 
  39 main.msg.bug=\
  40 An exception has occurred in jlink. \
  41 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  42 after checking the database for duplicates. \
  43 Include your program and the following diagnostic in your report.  Thank you.
  44 
  45 main.extended.help=\
  46 List of available plugins:
  47 
  48 err.unknown.byte.order:unknown byte order {0}
  49 err.output.must.be.specified:--output must be specified
  50 err.modulepath.must.be.specified:--modulepath must be specified
  51 err.mods.must.be.specified:no modules specified to {0}
  52 err.path.not.found=path not found: {0}
  53 err.path.not.valid=invalid path: {0}
  54 err.existing.image.must.exist=existing image doesn't exists or is not a directory
  55 err.existing.image.invalid=existing image is not valid
  56 err.file.not.found=cannot find file: {0}
  57 err.file.error=cannot access file: {0}
  58 err.dir.exists={0} already exists
  59 err.badpattern=bad pattern {0}
  60 err.unknown.option=unknown option: {0}
  61 err.missing.arg=no value given for {0}
  62 err.internal.error=internal error: {0} {1} {2}
  63 err.invalid.arg.for.option=invalid argument for option: {0}
  64 err.option.after.class=option must be specified before classes: {0}
  65 err.option.unsupported={0} not supported: {1}
  66 err.config.defaults=property {0} is missing from configuration
  67 err.config.defaults.value=wrong value in defaults property: {0}
  68 err.bom.generation=bom file generation failed: {0}
  69 warn.invalid.arg=Invalid classname or pathname not exist: {0}
  70 warn.split.package=package {0} defined in {1} {2}