2 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this
8 # particular file as subject to the "Classpath" exception as provided
9 # by Oracle in the LICENSE file that accompanied this code.
11 # This code is distributed in the hope that it will be useful, but WITHOUT
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 # version 2 for more details (a copy is included in the LICENSE file that
15 # accompanied this code).
17 # You should have received a copy of the GNU General Public License version
18 # 2 along with this work; if not, write to the Free Software Foundation,
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 # or visit www.oracle.com if you need additional information or have any
29 Generate all debugging info
31 Generate no debugging info
32 javac.opt.g.lines.vars.source=\
33 Generate only some debugging info
37 Output messages about what the compiler is doing
38 javac.opt.deprecation=\
39 Output source locations where deprecated APIs are used
41 Specify where to find user class files and annotation processors
42 javac.opt.sourcepath=\
43 Specify where to find input source files
44 javac.opt.bootclasspath=\
45 Override location of bootstrap class files
46 javac.opt.Xbootclasspath.p=\
47 Prepend to the bootstrap class path
48 javac.opt.Xbootclasspath.a=\
49 Append to the bootstrap class path
50 javac.opt.endorseddirs=\
51 Override location of endorsed standards path
53 Override location of installed extensions
54 javac.opt.processorpath=\
55 Specify where to find annotation processors
57 Names of the annotation processors to run; bypasses default discovery process
58 javac.opt.proc.none.only=\
59 Control whether annotation processing and/or compilation is done.
61 Specify where to place generated class files
62 javac.opt.sourceDest=\
63 Specify where to place generated source files
65 Pass <flag> directly to the runtime system
67 Specify character encoding used by source files
69 Generate class files for specific VM version
71 Provide source compatibility with specified release
73 Terminate compilation if warnings occur
75 Options to pass to annotation processors
77 Specify whether or not to generate class files for implicitly referenced files
80 javac.opt.arg.class.list=\
81 <class1>[,<class2>,<class3>...]
84 javac.opt.arg.key.equals.value=\
90 javac.opt.arg.directory=\
92 javac.opt.arg.encoding=\
94 javac.opt.arg.release=\
96 javac.opt.arg.number=\
102 Set the maximum number of errors to print
104 Set the maximum number of warnings to print
106 Don't accept generics in the language
108 Print extended information for type variables
109 javac.opt.printflat=\
110 Print abstract syntax tree after inner class conversion
111 javac.opt.printsearch=\
112 Print information where classfiles are searched
114 Stop after each error
116 Retrofit existing classfiles with generic types
118 Emit java sources instead of classfiles
120 Scramble private identifiers in bytecode
121 javac.opt.scrambleall=\
122 Scramble package visible identifiers in bytecode
125 javac.opt.arg.pathname=\
130 Enable recommended warnings
131 javac.opt.Xlint.suboptlist=\
132 Enable or disable specific warnings
134 Redirect standard output
136 Print a synopsis of nonstandard options
138 Print a synopsis of standard options
140 Print out a textual representation of specified types
141 javac.opt.printRounds=\
142 Print information about rounds of annotation processing
143 javac.opt.printProcessorInfo=\
144 Print information about which annotations a processor is asked to process
146 Specify which file to read when both a source file and class file are found for an implicitly compiled class
150 javac.err.empty.A.argument=\
151 -A requires an argument; use ''-Akey'' or ''-Akey=value''
152 javac.err.invalid.arg=\
153 invalid argument: {0}
154 javac.err.invalid.A.key=\
155 key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
156 javac.err.invalid.flag=\
158 javac.err.invalid.target=\
159 invalid target release: {0}
160 javac.err.no.source.files=\
163 {0} requires an argument
164 javac.err.invalid.source=\
165 invalid source release: {0}
166 javac.err.error.writing.file=\
167 error writing {0}; {1}
168 javac.warn.source.target.conflict=\
169 source release {0} requires target release {1}
170 javac.warn.target.default.source.conflict=\
171 target release {0} conflicts with default source release {1}
172 javac.err.dir.not.found=\
173 directory not found: {0}
174 javac.err.file.not.found=\
176 javac.err.file.not.directory=\
178 javac.err.file.not.file=\
182 javac.msg.usage.header=\
183 Usage: {0} <options> <source files>\n\
184 where possible options include:
187 Usage: {0} <options> <source files>\n\
188 use -help for a list of possible options
190 javac.msg.usage.nonstandard.footer=\
191 These options are non-standard and subject to change without notice.
194 An exception has occurred in the compiler ({0}). \
195 Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) \
196 after checking the Bug Parade for duplicates. \
197 Include your program and the following diagnostic in your report. Thank you.
200 \n\nAn input/output error occurred.\n\
201 Consult the following stack trace for details.\n
203 javac.msg.proc.annotation.uncaught.exception=\
204 \n\nAn annotation processor threw an uncaught exception.\n\
205 Consult the following stack trace for details.\n
208 \n\nThe system is out of resources.\n\
209 Consult the following stack trace for details.\n
211 javac.version={0} {1}
212 javac.fullVersion={0} full version "{1}"