jar.properties
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:2k
- out.size=(in = {0}) (out= {1})
- error.bad.option=One of options -{ctxu} must be specified.
- out.stored=(stored 0%)
- error.cant.open=can't open: {0}
- out.update.manifest=updated manifest
- out.extracted=extracted: {0}
- error.create.dir={0} : could not create directory
- out.deflated=(deflated {0}%)
- error.write.file=Error in writing existing jar file
- out.added.manifest=added manifest
- error.incorrect.length=incorrect length while processing: {0}
- out.create= created: {0}
- error.nosuch.fileordir={0} : no such file or directory
- out.inflated= inflated: {0}
- out.ignore.entry=ignoring entry {0}
- error.illegal.option=Illegal option: {0}
- 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
- error.bad.cflag='c' flag requires that input files be specified!
- out.adding=adding: {0}
- error.bad.uflag='u' flag requires manifest or input files be specified!