View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window i18n-1.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.mouse0w0.i18n
├─ com.github.mouse0w0.i18n.I18n.class - [JAR]
├─ com.github.mouse0w0.i18n.TranslationLoadException.class - [JAR]
├─ com.github.mouse0w0.i18n.Translator.class - [JAR]
├─ com.github.mouse0w0.i18n.TranslatorResourceBundle.class - [JAR]
com.github.mouse0w0.i18n.source
├─ com.github.mouse0w0.i18n.source.ClasspathFileTranslationSource.class - [JAR]
├─ com.github.mouse0w0.i18n.source.ClasspathFolderTranslationSource.class - [JAR]
├─ com.github.mouse0w0.i18n.source.FileTranslationSource.class - [JAR]
├─ com.github.mouse0w0.i18n.source.FolderTranslationSource.class - [JAR]
├─ com.github.mouse0w0.i18n.source.TranslationSource.class - [JAR]
├─ com.github.mouse0w0.i18n.source.Utils.class - [JAR]