javac.properties
上传用户:toby828
上传日期:2015-06-26
资源大小:8558k
文件大小:3k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. javac.err.invalid.arg=invalid argument: {0}
  2. javac.opt.source=Provide source compatibility with specified release
  3. javac.opt.arg.release=<release>
  4. javac.opt.scramble=Scramble private identifiers in bytecode
  5. javac.msg.usage.nonstandard.footer=These options are non-standard and subject to change without notice.
  6. javac.opt.scrambleall=Scramble package visible identifiers in bytecode
  7. javac.opt.printsearch=Print information where classfiles are searched
  8. javac.opt.switchcheck=Warn about fall-through in switches
  9. javac.opt.nogj=Don't accept generics in the language
  10. javac.opt.deprecation=Output source locations where deprecated APIs are used
  11. javac.opt.help=Print a synopsis of standard options
  12. javac.opt.s=Emit java sources instead of classfiles
  13. javac.opt.Xstdout=Redirect standard output
  14. javac.err.file.not.found=file not found: {0}
  15. javac.err.source.target.conflict=source release 1.4 requires target release 1.4
  16. javac.opt.encoding=Specify character encoding used by source files
  17. javac.opt.nowarn=Generate no warnings
  18. javac.err.error.writing.file=error writing {0}; {1}
  19. javac.opt.arg.file=<filename>
  20. javac.opt.gj=Accept generics in the language (the default)
  21. javac.opt.g=Generate all debugging info
  22. javac.opt.moreinfo=Print extended information for type variables
  23. javac.opt.d=Specify where to place generated class files
  24. javac.opt.arg.dirs=<dirs>
  25. javac.err.invalid.target=invalid target release: {0}
  26. javac.opt.prompt=Stop after each error
  27. javac.opt.warnunchecked=Output source locations where unchecked operations are used
  28. javac.msg.io=nnAn input/output error occurred.nConsult the following stack trace for details.n
  29. javac.opt.arg.pathname=<pathname>
  30. javac.opt.X=Print a synopsis of nonstandard options
  31. javac.opt.version=Version information
  32. javac.opt.sourcepath=Specify where to find input source files
  33. javac.opt.extdirs=Override location of installed extensions
  34. javac.opt.arg.directory=<directory>
  35. javac.opt.g.none=Generate no debugging info
  36. javac.opt.retrofit=Retrofit existing classfiles with generic types
  37. javac.opt.arg.encoding=<encoding>
  38. javac.msg.usage.header=Usage: {0} <options> <source files>nwhere possible options include:
  39. javac.msg.resource=nnThe system is out of resources.nConsult the following stack trace for details.n
  40. javac.opt.verbose=Output messages about what the compiler is doing
  41. javac.opt.target=Generate class files for specific VM version
  42. javac.err.req.arg={0} requires argument
  43. javac.err.invalid.flag=invalid flag: {0}
  44. javac.opt.arg.path=<path>
  45. javac.msg.bug=An exception has occurred in the compiler ({0}). Please file a bug at the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
  46. javac.opt.printflat=Print abstract syntax tree after inner class conversion
  47. javac.opt.bootclasspath=Override location of bootstrap class files
  48. javac.err.invalid.source=invalid source release: {0}
  49. javac.opt.g.lines.vars.source=Generate only some debugging info
  50. javac.opt.classpath=Specify where to find user class files