src/share/classes/sun/tools/jar/resources/jar.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk Cdiff src/share/classes/sun/tools/jar/resources/jar.properties

src/share/classes/sun/tools/jar/resources/jar.properties

Print this page

        

*** 34,43 **** --- 34,45 ---- error.bad.uflag=\ 'u' flag requires manifest, 'e' flag or input files to be specified! error.bad.eflag=\ 'e' flag and manifest with the 'Main-Class' attribute cannot be specified \n\ together! + error.bad.pvalue=\ + bad value for 'Profile' attribute: {0} error.nosuch.fileordir=\ {0} : no such file or directory error.write.file=\ Error in writing existing jar file error.create.dir=\
*** 75,84 **** --- 77,87 ---- \ \ -v generate verbose output on standard output\n\ \ \ -f specify archive file name\n\ \ \ -m include manifest information from specified manifest file\n\ \ \ -e specify application entry point for stand-alone application \n\ \ \ bundled into an executable jar file\n\ + \ \ -p specify profile name\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\n\ If any file is a directory then it is processed recursively.\n\
src/share/classes/sun/tools/jar/resources/jar.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File