langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 31506 4e07f827a794
parent 30017 e36081ad2470
child 32909 989fef2663d2
equal deleted inserted replaced
31505:98c52b994430 31506:4e07f827a794
    71     Specify character encoding used by source files
    71     Specify character encoding used by source files
    72 javac.opt.profile=\
    72 javac.opt.profile=\
    73     Check that API used is available in the specified profile
    73     Check that API used is available in the specified profile
    74 javac.opt.target=\
    74 javac.opt.target=\
    75     Generate class files for specific VM version
    75     Generate class files for specific VM version
       
    76 javac.opt.release=\
       
    77     Compile for a specific VM version. Supported targets: {0}
    76 javac.opt.source=\
    78 javac.opt.source=\
    77     Provide source compatibility with specified release
    79     Provide source compatibility with specified release
    78 javac.opt.Werror=\
    80 javac.opt.Werror=\
    79     Terminate compilation if warnings occur
    81     Terminate compilation if warnings occur
    80 javac.opt.A=\
    82 javac.opt.A=\
    99     <directory>
   101     <directory>
   100 javac.opt.arg.encoding=\
   102 javac.opt.arg.encoding=\
   101     <encoding>
   103     <encoding>
   102 javac.opt.arg.profile=\
   104 javac.opt.arg.profile=\
   103     <profile>
   105     <profile>
       
   106 javac.opt.arg.release=\
       
   107     <release>
   104 javac.opt.arg.release=\
   108 javac.opt.arg.release=\
   105     <release>
   109     <release>
   106 javac.opt.arg.number=\
   110 javac.opt.arg.number=\
   107     <number>
   111     <number>
   108 javac.opt.plugin=\
   112 javac.opt.plugin=\
   336 \n\nThe system is out of resources.\n\
   340 \n\nThe system is out of resources.\n\
   337 Consult the following stack trace for details.\n
   341 Consult the following stack trace for details.\n
   338 
   342 
   339 javac.version={0} {1}
   343 javac.version={0} {1}
   340 javac.fullVersion={0} full version "{1}"
   344 javac.fullVersion={0} full version "{1}"
       
   345 
       
   346 javac.err.release.bootclasspath.conflict=\
       
   347     option {0} cannot be used together with -release
       
   348 
       
   349 javac.err.unsupported.release.version=\
       
   350     release version {0} not supported
       
   351 
       
   352 javac.err.release.not.standard.file.manager=\
       
   353     -release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.