📄 javac.properties
字号:
## @(#)javac.properties 1.32 04/04/15## Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.## This software is the proprietary information of Sun Microsystems, Inc.# Use is subject to license terms.## Use and Distribution is subject to the Java Research License available# at <http://wwws.sun.com/software/communitysource/jrl.html>.### standard optionsjavac.opt.g=\ Generate all debugging infojavac.opt.g.none=\ Generate no debugging infojavac.opt.g.lines.vars.source=\ Generate only some debugging infojavac.opt.nowarn=\ Generate no warningsjavac.opt.verbose=\ Output messages about what the compiler is doingjavac.opt.deprecation=\ Output source locations where deprecated APIs are usedjavac.opt.classpath=\ Specify where to find user class filesjavac.opt.sourcepath=\ Specify where to find input source filesjavac.opt.bootclasspath=\ Override location of bootstrap class filesjavac.opt.Xbootclasspath.p=\ Prepend to the bootstrap class pathjavac.opt.Xbootclasspath.a=\ Append to the bootstrap class pathjavac.opt.endorseddirs=\ Override location of endorsed standards pathjavac.opt.extdirs=\ Override location of installed extensionsjavac.opt.d=\ Specify where to place generated class filesjavac.opt.J=\ Pass <flag> directly to the runtime systemjavac.opt.encoding=\ Specify character encoding used by source filesjavac.opt.target=\ Generate class files for specific VM versionjavac.opt.source=\ Provide source compatibility with specified releasejavac.opt.arg.flag=\ <flag>javac.opt.arg.path=\ <path>javac.opt.arg.dirs=\ <dirs>javac.opt.arg.directory=\ <directory>javac.opt.arg.encoding=\ <encoding>javac.opt.arg.release=\ <release>javac.opt.arg.number=\ <number>## extended optionsjavac.opt.maxerrs=\ Set the maximum number of errors to printjavac.opt.maxwarns=\ Set the maximum number of warnings to printjavac.opt.nogj=\ Don't accept generics in the languagejavac.opt.moreinfo=\ Print extended information for type variablesjavac.opt.printflat=\ Print abstract syntax tree after inner class conversionjavac.opt.printsearch=\ Print information where classfiles are searchedjavac.opt.prompt=\ Stop after each errorjavac.opt.retrofit=\ Retrofit existing classfiles with generic typesjavac.opt.s=\ Emit java sources instead of classfilesjavac.opt.scramble=\ Scramble private identifiers in bytecodejavac.opt.scrambleall=\ Scramble package visible identifiers in bytecodejavac.opt.version=\ Version informationjavac.opt.arg.pathname=\ <pathname>javac.opt.arg.file=\ <filename>javac.opt.Xlint=\ Enable recommended warningsjavac.opt.Xlint.suboptlist=\ Enable or disable specific warningsjavac.opt.Xstdout=\ Redirect standard outputjavac.opt.X=\ Print a synopsis of nonstandard optionsjavac.opt.help=\ Print a synopsis of standard options## errorsjavac.err.invalid.arg=\ invalid argument: {0}javac.err.invalid.flag=\ invalid flag: {0}javac.err.invalid.target=\ invalid target release: {0}javac.err.no.source.files=\ no source filesjavac.err.req.arg=\ {0} requires argumentjavac.err.invalid.source=\ invalid source release: {0}javac.err.error.writing.file=\ error writing {0}; {1}javac.warn.source.target.conflict=\ source release {0} requires target release {1}javac.warn.target.default.source.conflict=\ target release {0} conflicts with default source release {1}javac.err.file.not.found=\ file not found: {0}## messagesjavac.msg.usage.header=\Usage: {0} <options> <source files>\n\where possible options include: javac.msg.usage.nonstandard.footer=\These options are non-standard and subject to change without notice. javac.msg.bug=\An exception has occurred in the compiler ({0}). \Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) \after checking the Bug Parade for duplicates. \Include your program and the following diagnostic in your report. Thank you.javac.msg.io=\\n\nAn input/output error occurred.\n\Consult the following stack trace for details.\njavac.msg.resource=\\n\nThe system is out of resources.\n\Consult the following stack trace for details.\n
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -