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 dict-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.dict.impl
├─ org.tinygroup.dict.impl.AbstractDictLoader.class - [JAR]
├─ org.tinygroup.dict.impl.DictManagerImpl.class - [JAR]
org.tinygroup.dict.config
├─ org.tinygroup.dict.config.DictLoaderConfig.class - [JAR]
├─ org.tinygroup.dict.config.DictLoaderConfigs.class - [JAR]
org.tinygroup.dict
├─ org.tinygroup.dict.Dict.class - [JAR]
├─ org.tinygroup.dict.DictFilter.class - [JAR]
├─ org.tinygroup.dict.DictGroup.class - [JAR]
├─ org.tinygroup.dict.DictItem.class - [JAR]
├─ org.tinygroup.dict.DictLoader.class - [JAR]
├─ org.tinygroup.dict.DictManager.class - [JAR]
org.tinygroup.dict.applicationprocessor
├─ org.tinygroup.dict.applicationprocessor.DictLoadProcessor.class - [JAR]
org.tinygroup.dict.fileresolver
├─ org.tinygroup.dict.fileresolver.DictLoadFileProcessor.class - [JAR]