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 LogCollector-0.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dk.bitcraft.lc
├─ dk.bitcraft.lc.CollectorImpl.class - [JAR]
├─ dk.bitcraft.lc.Frameworks.class - [JAR]
├─ dk.bitcraft.lc.JUnit4LogCollector.class - [JAR]
├─ dk.bitcraft.lc.JUnit5LogCollector.class - [JAR]
├─ dk.bitcraft.lc.JUnit5LogCollectorExtension.class - [JAR]
├─ dk.bitcraft.lc.JavaUtilLoggingCollector.class - [JAR]
├─ dk.bitcraft.lc.Log4j2Collector.class - [JAR]
├─ dk.bitcraft.lc.LogBackCollector.class - [JAR]
├─ dk.bitcraft.lc.LogCollectorExtension.class - [JAR]
├─ dk.bitcraft.lc.SLF4JSimpleCollector.class - [JAR]
├─ dk.bitcraft.lc.SLF4J_JavaUtilLoggingCollector.class - [JAR]
├─ dk.bitcraft.lc.SLF4J_Log4j2Collector.class - [JAR]
├─ dk.bitcraft.lc.TestNGLogCollector.class - [JAR]