langtools/src/share/classes/com/sun/tools/javap/resources/javap.properties
changeset 2987 2e0ca9f4893d
parent 2979 ea39317acd3d
child 3538 f2f87f1bc5ad
equal deleted inserted replaced
2986:5370c4ae4f6f 2987:2e0ca9f4893d
    14 err.missing.arg=no value given for {0}
    14 err.missing.arg=no value given for {0}
    15 err.no.classes.specified=no classes specified
    15 err.no.classes.specified=no classes specified
    16 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
    17 err.unknown.option=unknown option: {0}
    17 err.unknown.option=unknown option: {0}
    18 err.verify.not.supported=-verify not supported
    18 err.verify.not.supported=-verify not supported
    19 err.Xold.not.supported.here=-Xold must be given as the first option
       
    20 err.no.SourceFile.attribute=no SourceFile attribute
    19 err.no.SourceFile.attribute=no SourceFile attribute
    21 err.source.file.not.found=source file not found
    20 err.source.file.not.found=source file not found
       
    21 warn.Xold.not.supported=-Xold is no longer available
    22 
    22 
    23 main.usage.summary=\
    23 main.usage.summary=\
    24 Usage: {0} <options> <classes>\n\
    24 Usage: {0} <options> <classes>\n\
    25 use -help for a list of possible options
    25 use -help for a list of possible options
    26 
    26