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 jsymspell-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.gitlab.rxp90.jsymspell
├─ io.gitlab.rxp90.jsymspell.SymSpell.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.SymSpellBuilder.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.SymSpellImpl.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.Verbosity.class - [JAR]
io.gitlab.rxp90.jsymspell.exceptions
├─ io.gitlab.rxp90.jsymspell.exceptions.JSymSpellException.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.exceptions.NotInitializedException.class - [JAR]
io.gitlab.rxp90.jsymspell.api
├─ io.gitlab.rxp90.jsymspell.api.Bigram.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.api.CharComparator.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.api.DamerauLevenshteinOSA.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.api.DefaultCharComparator.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.api.StringDistance.class - [JAR]
├─ io.gitlab.rxp90.jsymspell.api.SuggestItem.class - [JAR]