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 jutf-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.knightliao.test.h2
├─ com.github.knightliao.test.h2.H2BaseTestCase.class - [JAR]
com.github.knightliao.test.support.utils
├─ com.github.knightliao.test.support.utils.TestUtils.class - [JAR]
com.github.knightliao.test.h2.config
├─ com.github.knightliao.test.h2.config.ConfigParser.class - [JAR]
├─ com.github.knightliao.test.h2.config.InitDbConfig.class - [JAR]
com.github.knightliao.test.log.logback
├─ com.github.knightliao.test.log.logback.LogbackCapturingAppender.class - [JAR]