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 word-freq-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.word.freq.bs
├─ com.github.houbb.word.freq.bs.WordFreqBs.class - [JAR]
com.github.houbb.word.freq.support.count
├─ com.github.houbb.word.freq.support.count.IWordFreqCount.class - [JAR]
├─ com.github.houbb.word.freq.support.count.WordFreqCount.class - [JAR]
com.github.houbb.word.freq.util
├─ com.github.houbb.word.freq.util.WordFreqHelper.class - [JAR]
com.github.houbb.word.freq.core
├─ com.github.houbb.word.freq.core.IWordFreq.class - [JAR]
├─ com.github.houbb.word.freq.core.WordFreq.class - [JAR]
├─ com.github.houbb.word.freq.core.WordFreqContext.class - [JAR]
├─ com.github.houbb.word.freq.core.WordFreqResult.class - [JAR]