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 jwordsplitter-3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.abelssoft.tools.persistence
├─ de.abelssoft.tools.persistence.FastObjectSaver.class - [JAR]
de.abelssoft.wordtools.jwordsplitter
├─ de.abelssoft.wordtools.jwordsplitter.AbstractWordSplitter.class - [JAR]
de.abelssoft.wordtools.jwordsplitter.impl
├─ de.abelssoft.wordtools.jwordsplitter.impl.GermanWordSplitter.class - [JAR]
de.abelssoft
├─ de.abelssoft.Example.class - [JAR]
de.abelssoft.wordtools.jwordsplitter.converter
├─ de.abelssoft.wordtools.jwordsplitter.converter.ExportDict.class - [JAR]
├─ de.abelssoft.wordtools.jwordsplitter.converter.SerializeDict.class - [JAR]
de.abelssoft.tools
├─ de.abelssoft.tools.AmbiguityFinder.class - [JAR]
├─ de.abelssoft.tools.FileTools.class - [JAR]