jar.properties
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. out.size=(in = {0}) (out= {1})
  2. error.bad.option=One of options -{ctxu} must be specified.
  3. out.stored=(stored 0%)
  4. error.cant.open=can't open: {0} 
  5. out.update.manifest=updated manifest
  6. out.extracted=extracted: {0}
  7. error.create.dir={0} : could not create directory
  8. out.deflated=(deflated {0}%)
  9. error.write.file=Error in writing existing jar file
  10. out.added.manifest=added manifest
  11. error.incorrect.length=incorrect length while processing: {0}
  12. out.create=  created: {0}
  13. error.nosuch.fileordir={0} : no such file or directory
  14. out.inflated= inflated: {0}
  15. out.ignore.entry=ignoring entry {0}
  16. error.illegal.option=Illegal option: {0}
  17. usage=Usage: jar {ctxu}[vfm0Mi] [jar-file] [manifest-file] [-C dir] files ...nOptions:n    -c  create new archiven    -t  list table of contents for archiven    -x  extract named (or all) files from archiven    -u  update existing archiven    -v  generate verbose output on standard outputn    -f  specify archive file namen    -m  include manifest information from specified manifest filen    -0  store only; use no ZIP compressionn    -M  do not create a manifest file for the entriesn    -i  generate index information for the specified jar filesn    -C  change to the specified directory and include the following filenIf any file is a directory then it is processed recursively.nThe manifest file name and the archive file name needs to be specifiednin the same order the 'm' and 'f' flags are specified.nnExample 1: to archive two class files into an archive called classes.jar: n       jar cvf classes.jar Foo.class Bar.class nExample 2: use an existing manifest file 'mymanifest' and archive all then           files in the foo/ directory into 'classes.jar': n       jar cvfm classes.jar mymanifest -C foo/ .n
  18. error.bad.cflag='c' flag requires that input files be specified!
  19. out.adding=adding: {0}
  20. error.bad.uflag='u' flag requires manifest or input files be specified!