< prev index next >

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

Print this page




  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.genbom=\
  37 \  --genbom                          Generate a bom file containing jlink info
  38 
  39 main.opt.saveopts=\
  40 \  --saveopts <filename>             Save jlink options in the given file
  41 
  42 main.msg.bug=\
  43 An exception has occurred in jlink. \
  44 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  45 after checking the database for duplicates. \
  46 Include your program and the following diagnostic in your report.  Thank you.
  47 
  48 main.extended.help=\
  49 List of available plugins:
  50 
  51 err.unknown.byte.order:unknown byte order {0}
  52 err.output.must.be.specified:--output must be specified
  53 err.modulepath.must.be.specified:--modulepath must be specified
  54 err.mods.must.be.specified:no modules specified to {0}
  55 err.path.not.found=path not found: {0}
  56 err.path.not.valid=invalid path: {0}
  57 err.existing.image.must.exist=existing image doesn't exists or is not a directory
  58 err.existing.image.invalid=existing image is not valid


  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
< prev index next >