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 jca-test-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ofofs.jca.cachedel
├─ com.github.ofofs.jca.cachedel.CacheDelTest.class - [JAR]
com.github.ofofs.jca.frequency
├─ com.github.ofofs.jca.frequency.FrequencyTest.class - [JAR]
com.github.ofofs.jca.log
├─ com.github.ofofs.jca.log.Log4j2LogHandler.class - [JAR]
├─ com.github.ofofs.jca.log.LogTest.class - [JAR]
com.github.ofofs.jca.count
├─ com.github.ofofs.jca.count.CountTest.class - [JAR]
com.github.ofofs.jca.serial
├─ com.github.ofofs.jca.serial.SerialHandler.class - [JAR]
├─ com.github.ofofs.jca.serial.SerialTest.class - [JAR]
com.github.ofofs.jca.cache
├─ com.github.ofofs.jca.cache.CacheTest.class - [JAR]
com.github.ofofs.jca.util
├─ com.github.ofofs.jca.util.UtilCommonTest.class - [JAR]
├─ com.github.ofofs.jca.util.UtilFinalPubConsTest.class - [JAR]
├─ com.github.ofofs.jca.util.UtilFinalTest.class - [JAR]
├─ com.github.ofofs.jca.util.UtilPrivateConsTest.class - [JAR]
├─ com.github.ofofs.jca.util.UtilPubConsTest.class - [JAR]
├─ com.github.ofofs.jca.util.UtilPubWithArgConsTest.class - [JAR]