< prev index next >

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

Print this page




  46 
  47 main.opt.help=Print this usage message
  48 main.opt.version=Version information
  49 main.opt.class-path=Application jar files|dir containing classes
  50 main.opt.libs=Location of native libraries
  51 main.opt.cmds=Location of native commands
  52 main.opt.config=Location of user-editable config files
  53 main.opt.dry-run=Dry run of hash mode
  54 main.opt.exclude=Exclude files matching the supplied comma separated pattern\
  55 \ list, each element using one the following forms: <glob-pattern>,\
  56 \ glob:<glob-pattern> or regex:<regex-pattern>
  57 main.opt.module-version= Module version
  58 main.opt.main-class=Main class
  59 main.opt.main-class.arg=class-name
  60 main.opt.os-name=Operating system name
  61 main.opt.os-name.arg=os-name
  62 main.opt.os-arch=Operating system architecture
  63 main.opt.os-arch.arg=os-arch
  64 main.opt.os-version=Operating system version
  65 main.opt.os-version.arg=os-version
  66 main.opt.modulepath=Module path
  67 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
  68 \ with modules matching the given <regex-pattern> and depending upon it directly\
  69 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
  70 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
  71 
  72 main.opt.cmdfile=Read options from the specified file
  73 
  74 module.hashes.recorded=Hashes are recorded in module {0}
  75 
  76 err.missing.mode=one of create, list, describe, or hash must be specified
  77 err.invalid.mode=mode must be one of create, list, describe, or hash: {0}
  78 err.classpath.must.be.specified=--class-path must be specified
  79 err.jmod.must.be.specified=jmod-file must be specified
  80 err.invalid.version=invalid module version {0}
  81 err.output.must.be.specified=--output must be specified
  82 err.mods.must.be.specified=--mods must be specified
  83 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  84 err.invalid.main-class=invalid main-class name: {0}
  85 err.path.not.found=path not found: {0}
  86 err.path.not.valid=invalid path: {0}


  46 
  47 main.opt.help=Print this usage message
  48 main.opt.version=Version information
  49 main.opt.class-path=Application jar files|dir containing classes
  50 main.opt.libs=Location of native libraries
  51 main.opt.cmds=Location of native commands
  52 main.opt.config=Location of user-editable config files
  53 main.opt.dry-run=Dry run of hash mode
  54 main.opt.exclude=Exclude files matching the supplied comma separated pattern\
  55 \ list, each element using one the following forms: <glob-pattern>,\
  56 \ glob:<glob-pattern> or regex:<regex-pattern>
  57 main.opt.module-version= Module version
  58 main.opt.main-class=Main class
  59 main.opt.main-class.arg=class-name
  60 main.opt.os-name=Operating system name
  61 main.opt.os-name.arg=os-name
  62 main.opt.os-arch=Operating system architecture
  63 main.opt.os-arch.arg=os-arch
  64 main.opt.os-version=Operating system version
  65 main.opt.os-version.arg=os-version
  66 main.opt.module-path=Module path
  67 main.opt.hash-modules=Compute and record hashes to tie a packaged module\
  68 \ with modules matching the given <regex-pattern> and depending upon it directly\
  69 \ or indirectly. The hashes are recorded in the JMOD file being created, or\
  70 \ a JMOD file or modular JAR on the module path specified the jmod hash command.
  71 
  72 main.opt.cmdfile=Read options from the specified file
  73 
  74 module.hashes.recorded=Hashes are recorded in module {0}
  75 
  76 err.missing.mode=one of create, list, describe, or hash must be specified
  77 err.invalid.mode=mode must be one of create, list, describe, or hash: {0}
  78 err.classpath.must.be.specified=--class-path must be specified
  79 err.jmod.must.be.specified=jmod-file must be specified
  80 err.invalid.version=invalid module version {0}
  81 err.output.must.be.specified=--output must be specified
  82 err.mods.must.be.specified=--mods must be specified
  83 err.modulepath.must.be.specified=--module-path must be specified when hashing modules
  84 err.invalid.main-class=invalid main-class name: {0}
  85 err.path.not.found=path not found: {0}
  86 err.path.not.valid=invalid path: {0}
< prev index next >