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:
JRE 8 rt.jar - com.* Package Source Code
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries.
JRE (Java Runtime) 8 is the runtime environment included in JDK 8.
JRE 8 rt.jar libraries are divided into 6 packages:
com.* - Internal Oracle and Sun Microsystems libraries java.* - Standard Java API libraries. javax.* - Extended Java API libraries. jdk.* - JDK supporting libraries. org.* - Third party libraries. sun.* - Old libraries developed by Sun Microsystems.
JAR File Information:
Directory of C:\fyicenter\jdk-1.8.0_191\jre\lib
63,596,151 rt.jar
Here is the list of Java classes of the com.* package in JRE 1.8.0_191 rt.jar. Java source codes are also provided.
✍: FYIcenter
⏎ com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_zh_CN extends ListResourceBundle {
protected final Object[][] getContents() {
return new Object[][] {
{ "FileChooser.detailsViewActionLabel.textAndMnemonic", "\u8BE6\u7EC6\u4FE1\u606F" },
{ "FileChooser.detailsViewButtonAccessibleName", "\u8BE6\u7EC6\u4FE1\u606F" },
{ "FileChooser.detailsViewButtonToolTip.textAndMnemonic", "\u8BE6\u7EC6\u4FE1\u606F" },
{ "FileChooser.fileAttrHeader.textAndMnemonic", "\u5C5E\u6027" },
{ "FileChooser.fileDateHeader.textAndMnemonic", "\u4FEE\u6539\u65E5\u671F" },
{ "FileChooser.fileNameHeader.textAndMnemonic", "\u540D\u79F0" },
{ "FileChooser.fileNameLabel.textAndMnemonic", "\u6587\u4EF6\u540D(&N):" },
{ "FileChooser.fileSizeHeader.textAndMnemonic", "\u5927\u5C0F" },
{ "FileChooser.fileTypeHeader.textAndMnemonic", "\u7C7B\u578B" },
{ "FileChooser.filesOfTypeLabel.textAndMnemonic", "\u6587\u4EF6\u7C7B\u578B(&T):" },
{ "FileChooser.folderNameLabel.textAndMnemonic", "\u6587\u4EF6\u5939\u540D(&N):" },
{ "FileChooser.homeFolderAccessibleName", "\u4E3B\u76EE\u5F55" },
{ "FileChooser.homeFolderToolTip.textAndMnemonic", "\u4E3B\u76EE\u5F55" },
{ "FileChooser.listViewActionLabel.textAndMnemonic", "\u5217\u8868" },
{ "FileChooser.listViewButtonAccessibleName", "\u5217\u8868" },
{ "FileChooser.listViewButtonToolTip.textAndMnemonic", "\u5217\u8868" },
{ "FileChooser.lookInLabel.textAndMnemonic", "\u67E5\u627E(&I):" },
{ "FileChooser.newFolderAccessibleName", "\u65B0\u5EFA\u6587\u4EF6\u5939" },
{ "FileChooser.newFolderActionLabel.textAndMnemonic", "\u65B0\u5EFA\u6587\u4EF6\u5939" },
{ "FileChooser.newFolderToolTip.textAndMnemonic", "\u521B\u5EFA\u65B0\u6587\u4EF6\u5939" },
{ "FileChooser.refreshActionLabel.textAndMnemonic", "\u5237\u65B0" },
{ "FileChooser.saveInLabel.textAndMnemonic", "\u4FDD\u5B58: " },
{ "FileChooser.upFolderAccessibleName", "\u5411\u4E0A" },
{ "FileChooser.upFolderToolTip.textAndMnemonic", "\u5411\u4E0A\u4E00\u7EA7" },
{ "FileChooser.viewMenuButtonAccessibleName", "\u67E5\u770B\u83DC\u5355" },
{ "FileChooser.viewMenuButtonToolTipText", "\u67E5\u770B\u83DC\u5355" },
{ "FileChooser.viewMenuLabel.textAndMnemonic", "\u89C6\u56FE" },
};
}
}
⏎ com/sun/java/swing/plaf/windows/resources/windows_zh_CN.java
Or download all of them as a single archive file:
File name: jre-rt-com-1.8.0_191-src.zip File size: 8099783 bytes Release date: 2018-10-28 Download
⇒ Backup JDK 8 Installation Directory
2023-02-07, ≈675🔥, 3💬
Popular Posts:
commons-io-1.4.jar is the JAR file for Commons IO 1.4, which is a library of utilities to assist wit...
How to perform XML Schema validation with dom\Writer.java provided in the Apache Xerces package? You...
What Is fop.jar? I got it from the fop-2.7-bin.zip. fop.jar in fop-2.7-bin.zip is the JAR file for F...
JSP(tm) Standard Tag Library 1.0 implementation - Jakarta Taglibs hosts the Standard Taglib 1.0, an ...
JDK 17 jdk.hotspot.agent.jmod is the JMOD file for JDK 17 Hotspot Agent module. JDK 17 Hotspot Agent...