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 flashtext-1.4.9_2.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.liuxun666.flashText
├─ com.github.liuxun666.flashText.Analyzer.class - [JAR]
├─ com.github.liuxun666.flashText.Dictionary.class - [JAR]
├─ com.github.liuxun666.flashText.Hit.class - [JAR]
├─ com.github.liuxun666.flashText.Word.class - [JAR]
com.github.liuxun666.flashText.util
├─ com.github.liuxun666.flashText.util.ArrayUtils.class - [JAR]
├─ com.github.liuxun666.flashText.util.Compare.class - [JAR]
├─ com.github.liuxun666.flashText.util.DictUtils.class - [JAR]