langtools/src/share/classes/com/sun/tools/javap/resources/javap.properties
changeset 2979 ea39317acd3d
parent 1039 ca7b8a8c9268
child 2987 2e0ca9f4893d
equal deleted inserted replaced
2978:a72220103e31 2979:ea39317acd3d
     7 err.end.of.file=unexpected end of file while reading {0}
     7 err.end.of.file=unexpected end of file while reading {0}
     8 err.file.not.found=file not found: {0}
     8 err.file.not.found=file not found: {0}
     9 err.h.not.supported=-h is no longer available - use the 'javah' program
     9 err.h.not.supported=-h is no longer available - use the 'javah' program
    10 err.incompatible.options=bad combination of options: {0}
    10 err.incompatible.options=bad combination of options: {0}
    11 err.internal.error=internal error: {0} {1} {2}
    11 err.internal.error=internal error: {0} {1} {2}
       
    12 err.invalid.arg.for.option=invalid argument for option: {0}
    12 err.ioerror=IO error reading {0}: {1}
    13 err.ioerror=IO error reading {0}: {1}
    13 err.missing.arg=no value given for {0}
    14 err.missing.arg=no value given for {0}
    14 err.no.classes.specified=no classes specified
    15 err.no.classes.specified=no classes specified
    15 err.not.standard.file.manager=can only specify class files when using a standard file manager
    16 err.not.standard.file.manager=can only specify class files when using a standard file manager
    16 err.unknown.option=unknown option: {0}
    17 err.unknown.option=unknown option: {0}
    17 err.verify.not.supported=-verify not supported
    18 err.verify.not.supported=-verify not supported
    18 err.Xold.not.supported.here=-Xold must be given as the first option
    19 err.Xold.not.supported.here=-Xold must be given as the first option
       
    20 err.no.SourceFile.attribute=no SourceFile attribute
       
    21 err.source.file.not.found=source file not found
    19 
    22 
    20 main.usage.summary=\
    23 main.usage.summary=\
    21 Usage: {0} <options> <classes>\n\
    24 Usage: {0} <options> <classes>\n\
    22 use -help for a list of possible options
    25 use -help for a list of possible options
    23 
    26