jdk/src/share/classes/sun/tools/jar/resources/jar.properties
changeset 21348 e30c5696b4c5
parent 19811 8a5812fbba44
child 23010 6dadb192ad81
equal deleted inserted replaced
21347:21c6a82adf04 21348:e30c5696b4c5
    42         Error in writing existing jar file
    42         Error in writing existing jar file
    43 error.create.dir=\
    43 error.create.dir=\
    44         {0} : could not create directory
    44         {0} : could not create directory
    45 error.incorrect.length=\
    45 error.incorrect.length=\
    46         incorrect length while processing: {0}
    46         incorrect length while processing: {0}
       
    47 error.create.tempfile=\
       
    48         Could not create a temporary file
    47 out.added.manifest=\
    49 out.added.manifest=\
    48         added manifest
    50         added manifest
    49 out.update.manifest=\
    51 out.update.manifest=\
    50         updated manifest
    52         updated manifest
    51 out.ignore.entry=\
    53 out.ignore.entry=\
    64         \ inflated: {0}
    66         \ inflated: {0}
    65 out.size=\
    67 out.size=\
    66         (in = {0}) (out= {1})
    68         (in = {0}) (out= {1})
    67 
    69 
    68 usage=\
    70 usage=\
    69 Usage: jar {ctxui}[vfm0Me] [jar-file] [manifest-file] [entry-point] [-C dir] files ...\n\
    71 Usage: jar {ctxui}[vfmn0Me] [jar-file] [manifest-file] [entry-point] [-C dir] files ...\n\
    70 Options:\n\
    72 Options:\n\
    71 \ \   -c  create new archive\n\
    73 \ \   -c  create new archive\n\
    72 \ \   -t  list table of contents for archive\n\
    74 \ \   -t  list table of contents for archive\n\
    73 \ \   -x  extract named (or all) files from archive\n\
    75 \ \   -x  extract named (or all) files from archive\n\
    74 \ \   -u  update existing archive\n\
    76 \ \   -u  update existing archive\n\
    75 \ \   -v  generate verbose output on standard output\n\
    77 \ \   -v  generate verbose output on standard output\n\
    76 \ \   -f  specify archive file name\n\
    78 \ \   -f  specify archive file name\n\
    77 \ \   -m  include manifest information from specified manifest file\n\
    79 \ \   -m  include manifest information from specified manifest file\n\
       
    80 \ \   -n  perform Pack200 normalization after creating a new archive\n\
    78 \ \   -e  specify application entry point for stand-alone application \n\
    81 \ \   -e  specify application entry point for stand-alone application \n\
    79 \ \       bundled into an executable jar file\n\
    82 \ \       bundled into an executable jar file\n\
    80 \ \   -0  store only; use no ZIP compression\n\
    83 \ \   -0  store only; use no ZIP compression\n\
    81 \ \   -M  do not create a manifest file for the entries\n\
    84 \ \   -M  do not create a manifest file for the entries\n\
    82 \ \   -i  generate index information for the specified jar files\n\
    85 \ \   -i  generate index information for the specified jar files\n\