equal
deleted
inserted
replaced
78 javac.opt.encoding=\ |
78 javac.opt.encoding=\ |
79 Specify character encoding used by source files |
79 Specify character encoding used by source files |
80 javac.opt.profile=\ |
80 javac.opt.profile=\ |
81 Check that API used is available in the specified profile |
81 Check that API used is available in the specified profile |
82 javac.opt.target=\ |
82 javac.opt.target=\ |
83 Generate class files for specific VM version. Supported versions: {0} |
83 Generate class files suitable for the specified Java SE release. Supported releases: {0} |
84 javac.opt.release=\ |
84 javac.opt.release=\ |
85 Compile for a specific release. Supported releases: {0} |
85 Compile for the specified Java SE release. Supported releases: {0} |
86 javac.opt.source=\ |
86 javac.opt.source=\ |
87 Provide source compatibility with specified release. Supported releases: {0} |
87 Provide source compatibility with the specified Java SE release. Supported releases: {0} |
88 javac.opt.Werror=\ |
88 javac.opt.Werror=\ |
89 Terminate compilation if warnings occur |
89 Terminate compilation if warnings occur |
90 javac.opt.A=\ |
90 javac.opt.A=\ |
91 Options to pass to annotation processors |
91 Options to pass to annotation processors |
92 javac.opt.implicit=\ |
92 javac.opt.implicit=\ |