< prev index next >

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

Print this page




  81 main.command.files=\
  82 \       @<filename>                  Read options from file
  83 
  84 main.opt.footer=\
  85 \n\
  86 \For options requiring a <pattern-list>, the value will be a comma separated\n\
  87 \list of elements each using one the following forms:\n\
  88 \  <glob-pattern>\n\
  89 \  glob:<glob-pattern>\n\
  90 \  regex:<regex-pattern>
  91 
  92 
  93 
  94 err.not.a.task=task must be one of <extract | info | list | verify>: {0}
  95 err.missing.arg=no value given for {0}
  96 err.not.a.dir=not a directory: {0}
  97 err.not.a.jimage=not a jimage file: {0}
  98 err.no.jimage=no jimage provided
  99 err.option.unsupported={0} not supported: {1}
 100 err.unknown.option=unknown option: {0}



  81 main.command.files=\
  82 \       @<filename>                  Read options from file
  83 
  84 main.opt.footer=\
  85 \n\
  86 \For options requiring a <pattern-list>, the value will be a comma separated\n\
  87 \list of elements each using one the following forms:\n\
  88 \  <glob-pattern>\n\
  89 \  glob:<glob-pattern>\n\
  90 \  regex:<regex-pattern>
  91 
  92 
  93 
  94 err.not.a.task=task must be one of <extract | info | list | verify>: {0}
  95 err.missing.arg=no value given for {0}
  96 err.not.a.dir=not a directory: {0}
  97 err.not.a.jimage=not a jimage file: {0}
  98 err.no.jimage=no jimage provided
  99 err.option.unsupported={0} not supported: {1}
 100 err.unknown.option=unknown option: {0}
 101 err.cannot.create.dir=cannot create directory {0}
< prev index next >