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 special-char-test-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.special.chars.test.data
├─ com.github.houbb.special.chars.test.data.CombineTest.class - [JAR]
├─ com.github.houbb.special.chars.test.data.EmojiTest.class - [JAR]
├─ com.github.houbb.special.chars.test.data.FhdqCrawlTest.class - [JAR]
├─ com.github.houbb.special.chars.test.data.FhdqSpecialTest.class - [JAR]
├─ com.github.houbb.special.chars.test.data.NameTest.class - [JAR]
├─ com.github.houbb.special.chars.test.data.SingleTest.class - [JAR]
com.github.houbb.special.chars.test.combine
├─ com.github.houbb.special.chars.test.combine.SpecialCharCombineHelperTest.class - [JAR]
com.github.houbb.special.chars.test.name
├─ com.github.houbb.special.chars.test.name.SpecialCharNameHelperTest.class - [JAR]
├─ com.github.houbb.special.chars.test.name.SpecialCharNameRankHelperTest.class - [JAR]
com.github.houbb.special.chars.test.single
├─ com.github.houbb.special.chars.test.single.SpecialCharSingleHelperTest.class - [JAR]
com.github.houbb.special.chars.test.emoji.util
├─ com.github.houbb.special.chars.test.emoji.util.EmojisTest.class - [JAR]