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 atd-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ws.bors.atd
├─ ws.bors.atd.ISpellCheckerOptions.class - [JAR]
├─ ws.bors.atd.Language.class - [JAR]
├─ ws.bors.atd.SpellChecker.class - [JAR]
ws.bors.atd.impl
├─ ws.bors.atd.impl.DefaultSpellCheckerOptions.class - [JAR]
ws.bors.atd.xml
├─ ws.bors.atd.xml.Error.class - [JAR]
├─ ws.bors.atd.xml.Option.class - [JAR]
├─ ws.bors.atd.xml.Results.class - [JAR]
├─ ws.bors.atd.xml.Suggestions.class - [JAR]