📄 jar.properties
字号:
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 manifestout.extracted=extracted\: {0}error.create.dir={0} \: could not create directoryout.deflated=(deflated {0}%)error.write.file=Error in writing existing jar fileout.added.manifest=added manifesterror.incorrect.length=incorrect length while processing\: {0}out.create=\ created\: {0}error.nosuch.fileordir={0} \: no such file or directoryout.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 archive\n -t list table of contents for archive\n -x extract named (or all) files from archive\n -u update existing archive\n -v generate verbose output on standard output\n -f specify archive file name\n -m include manifest information from specified manifest file\n -0 store only; use no ZIP compression\n -M do not create a manifest file for the entries\n -i generate index information for the specified jar files\n -C change to the specified directory and include the following file\nIf any file is a directory then it is processed recursively.\nThe manifest file name and the archive file name needs to be specified\nin the same order the 'm' and 'f' flags are specified.\n\nExample 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 the\n files in the foo/ directory into 'classes.jar'\: \n jar cvfm classes.jar mymanifest -C foo/ .\nerror.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\!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -