Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
JDK 11 jdk.compiler.jmod - Compiler Tool
JDK 11 jdk.compiler.jmod is the JMOD file for JDK 11 Compiler tool,
which can be invoked by the "javac" command.
JDK 11 Compiler tool compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jdk.compiler.jmod.
JDK 11 Compiler tool compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modules JImage file.
JDK 11 Compiler source code files are stored in \fyicenter\jdk-11.0.1\lib\src.zip\jdk.compiler.
You can click and view the content of each source code file in the list below.
✍: FYIcenter
⏎ com/sun/tools/javac/resources/launcher_zh_CN.java
package com.sun.tools.javac.resources;
public final class launcher_zh_CN extends java.util.ListResourceBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "launcher.err.cant.access.main.method", "\u65E0\u6CD5\u8BBF\u95EE\u7C7B {0} \u4E2D\u7684 main \u65B9\u6CD5" },
{ "launcher.err.cant.find.class", "\u627E\u4E0D\u5230\u7C7B\uFF1A{0}" },
{ "launcher.err.cant.find.main.method", "\u5728\u7C7B {0} \u4E2D\u627E\u4E0D\u5230 main(String[]) \u65B9\u6CD5" },
{ "launcher.err.cant.read.file", "\u8BFB\u53D6\u6587\u4EF6 {0} \u65F6\u51FA\u9519\uFF1A{1}" },
{ "launcher.err.compilation.failed", "\u7F16\u8BD1\u5931\u8D25" },
{ "launcher.err.enable.preview.requires.source", "--enable-preview \u5FC5\u987B\u4E0E --source \u4E00\u8D77\u4F7F\u7528" },
{ "launcher.err.file.not.found", "\u627E\u4E0D\u5230\u6587\u4EF6: {0}" },
{ "launcher.err.invalid.filename", "\u65E0\u6548\u7684\u6587\u4EF6\u540D\uFF1A{0}" },
{ "launcher.err.invalid.value.for.source", "--source \u9009\u9879\u7684\u503C\u65E0\u6548\uFF1A{0}\n" },
{ "launcher.err.main.not.public.static", "''main'' \u65B9\u6CD5\u672A\u58F0\u660E ''public static''" },
{ "launcher.err.main.not.void", "\u672A\u4F7F\u7528\u8FD4\u56DE\u7C7B\u578B ''void'' \u58F0\u660E ''main'' \u65B9\u6CD5" },
{ "launcher.err.no.args", "\u65E0\u6587\u4EF6\u540D" },
{ "launcher.err.no.class", "\u5728\u6587\u4EF6\u4E2D\u672A\u58F0\u660E\u7C7B" },
{ "launcher.err.no.value.for.option", "\u6CA1\u6709\u4E3A\u9009\u9879 {0} \u6307\u5B9A\u503C" },
{ "launcher.err.unexpected.class", "\u5728\u5E94\u7528\u7A0B\u5E8F\u7C7B\u8DEF\u5F84 {0} \u4E2D\u627E\u5230\u7C7B" },
{ "launcher.error", "\u9519\u8BEF: " },
};
}
}
⏎ com/sun/tools/javac/resources/launcher_zh_CN.java
Or download all of them as a single archive file:
File name: jdk.compiler-11.0.1-src.zip File size: 1347269 bytes Release date: 2018-11-04 Download
⇒ JDK 11 jdk.crypto.cryptoki.jmod - Crypto KI Module
2020-08-13, ≈190🔥, 0💬
Popular Posts:
ANTLR is a powerful parser generator for multiple programming languages including Java. ANTLR contai...
A stream buffer is a stream-based representation of an XML infoset in Java. Stream buffers are desig...
What Is log4j-1.2.13.jar? I got the JAR file from logging-log4j-1.2.13.zip .log4j-1.2.13.jar is the ...
How to display types defined in an XML Schema file with the xs\QueryXS.java provided in the Apache X...
Apache Log4j provides the interface that applications should code to and provides the adapter compon...