< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties

Print this page
rev 2989 : JDK-8058150


  56 javac.opt.processor=\
  57     Names of the annotation processors to run; bypasses default discovery process
  58 javac.opt.parameters=\
  59     Generate metadata for reflection on method parameters
  60 javac.opt.proc.none.only=\
  61     Control whether annotation processing and/or compilation is done.
  62 javac.opt.d=\
  63     Specify where to place generated class files
  64 javac.opt.sourceDest=\
  65     Specify where to place generated source files
  66 javac.opt.headerDest=\
  67     Specify where to place generated native header files
  68 javac.opt.J=\
  69     Pass <flag> directly to the runtime system
  70 javac.opt.encoding=\
  71     Specify character encoding used by source files
  72 javac.opt.profile=\
  73     Check that API used is available in the specified profile
  74 javac.opt.target=\
  75     Generate class files for specific VM version


  76 javac.opt.source=\
  77     Provide source compatibility with specified release
  78 javac.opt.Werror=\
  79     Terminate compilation if warnings occur
  80 javac.opt.A=\
  81     Options to pass to annotation processors
  82 javac.opt.implicit=\
  83     Specify whether or not to generate class files for implicitly referenced files
  84 javac.opt.pkginfo=\
  85     Specify handling of package-info files
  86 javac.opt.arg.class=\
  87     <class>
  88 javac.opt.arg.class.list=\
  89     <class1>[,<class2>,<class3>...]
  90 javac.opt.arg.flag=\
  91     <flag>
  92 javac.opt.arg.key.equals.value=\
  93     key[=value]
  94 javac.opt.arg.path=\
  95     <path>
  96 javac.opt.arg.dirs=\
  97     <dirs>
  98 javac.opt.arg.directory=\
  99     <directory>
 100 javac.opt.arg.encoding=\
 101     <encoding>
 102 javac.opt.arg.profile=\
 103     <profile>
 104 javac.opt.arg.release=\
 105     <release>


 106 javac.opt.arg.number=\
 107     <number>
 108 javac.opt.plugin=\
 109     Name and optional arguments for a plug-in to be run
 110 javac.opt.arg.plugin=\
 111     "name args"
 112 
 113 ## extended options
 114 
 115 javac.opt.maxerrs=\
 116     Set the maximum number of errors to print
 117 javac.opt.maxwarns=\
 118     Set the maximum number of warnings to print
 119 javac.opt.nogj=\
 120     Don't accept generics in the language
 121 javac.opt.moreinfo=\
 122     Print extended information for type variables
 123 javac.opt.printflat=\
 124     Print abstract syntax tree after inner class conversion
 125 javac.opt.printsearch=\


 321 Include your program and the following diagnostic in your report.  Thank you.
 322 
 323 javac.msg.io=\
 324 \n\nAn input/output error occurred.\n\
 325 Consult the following stack trace for details.\n
 326 
 327 javac.msg.proc.annotation.uncaught.exception=\
 328 \n\nAn annotation processor threw an uncaught exception.\n\
 329 Consult the following stack trace for details.\n
 330 
 331 javac.msg.plugin.uncaught.exception=\
 332 \n\nA plugin threw an uncaught exception.\n\
 333 Consult the following stack trace for details.\n
 334 
 335 javac.msg.resource=\
 336 \n\nThe system is out of resources.\n\
 337 Consult the following stack trace for details.\n
 338 
 339 javac.version={0} {1}
 340 javac.fullVersion={0} full version "{1}"











  56 javac.opt.processor=\
  57     Names of the annotation processors to run; bypasses default discovery process
  58 javac.opt.parameters=\
  59     Generate metadata for reflection on method parameters
  60 javac.opt.proc.none.only=\
  61     Control whether annotation processing and/or compilation is done.
  62 javac.opt.d=\
  63     Specify where to place generated class files
  64 javac.opt.sourceDest=\
  65     Specify where to place generated source files
  66 javac.opt.headerDest=\
  67     Specify where to place generated native header files
  68 javac.opt.J=\
  69     Pass <flag> directly to the runtime system
  70 javac.opt.encoding=\
  71     Specify character encoding used by source files
  72 javac.opt.profile=\
  73     Check that API used is available in the specified profile
  74 javac.opt.target=\
  75     Generate class files for specific VM version
  76 javac.opt.release=\
  77     Compile for a specific VM version. Supported targets: {0}
  78 javac.opt.source=\
  79     Provide source compatibility with specified release
  80 javac.opt.Werror=\
  81     Terminate compilation if warnings occur
  82 javac.opt.A=\
  83     Options to pass to annotation processors
  84 javac.opt.implicit=\
  85     Specify whether or not to generate class files for implicitly referenced files
  86 javac.opt.pkginfo=\
  87     Specify handling of package-info files
  88 javac.opt.arg.class=\
  89     <class>
  90 javac.opt.arg.class.list=\
  91     <class1>[,<class2>,<class3>...]
  92 javac.opt.arg.flag=\
  93     <flag>
  94 javac.opt.arg.key.equals.value=\
  95     key[=value]
  96 javac.opt.arg.path=\
  97     <path>
  98 javac.opt.arg.dirs=\
  99     <dirs>
 100 javac.opt.arg.directory=\
 101     <directory>
 102 javac.opt.arg.encoding=\
 103     <encoding>
 104 javac.opt.arg.profile=\
 105     <profile>
 106 javac.opt.arg.release=\
 107     <release>
 108 javac.opt.arg.release=\
 109     <release>
 110 javac.opt.arg.number=\
 111     <number>
 112 javac.opt.plugin=\
 113     Name and optional arguments for a plug-in to be run
 114 javac.opt.arg.plugin=\
 115     "name args"
 116 
 117 ## extended options
 118 
 119 javac.opt.maxerrs=\
 120     Set the maximum number of errors to print
 121 javac.opt.maxwarns=\
 122     Set the maximum number of warnings to print
 123 javac.opt.nogj=\
 124     Don't accept generics in the language
 125 javac.opt.moreinfo=\
 126     Print extended information for type variables
 127 javac.opt.printflat=\
 128     Print abstract syntax tree after inner class conversion
 129 javac.opt.printsearch=\


 325 Include your program and the following diagnostic in your report.  Thank you.
 326 
 327 javac.msg.io=\
 328 \n\nAn input/output error occurred.\n\
 329 Consult the following stack trace for details.\n
 330 
 331 javac.msg.proc.annotation.uncaught.exception=\
 332 \n\nAn annotation processor threw an uncaught exception.\n\
 333 Consult the following stack trace for details.\n
 334 
 335 javac.msg.plugin.uncaught.exception=\
 336 \n\nA plugin threw an uncaught exception.\n\
 337 Consult the following stack trace for details.\n
 338 
 339 javac.msg.resource=\
 340 \n\nThe system is out of resources.\n\
 341 Consult the following stack trace for details.\n
 342 
 343 javac.version={0} {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.
< prev index next >