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-4.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.danielnaber.jwordsplitter.converter
├─ de.danielnaber.jwordsplitter.converter.ExportDict.class - [JAR]
├─ de.danielnaber.jwordsplitter.converter.SerializeDict.class - [JAR]
de.danielnaber.jwordsplitter.tools
├─ de.danielnaber.jwordsplitter.tools.FastObjectSaver.class - [JAR]
├─ de.danielnaber.jwordsplitter.tools.FileTools.class - [JAR]
├─ de.danielnaber.jwordsplitter.tools.TestjWordSplitterGerman.class - [JAR]
de.danielnaber.jwordsplitter
├─ de.danielnaber.jwordsplitter.AbstractWordSplitter.class - [JAR]
├─ de.danielnaber.jwordsplitter.EmbeddedGermanDictionary.class - [JAR]
├─ de.danielnaber.jwordsplitter.Example.class - [JAR]
├─ de.danielnaber.jwordsplitter.ExceptionSplits.class - [JAR]
├─ de.danielnaber.jwordsplitter.GermanInterfixDisambiguator.class - [JAR]
├─ de.danielnaber.jwordsplitter.GermanWordSplitter.class - [JAR]
├─ de.danielnaber.jwordsplitter.InputTooLongException.class - [JAR]