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 log4j-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jkoolcloud.tnt4j.logger.log4j
├─ com.jkoolcloud.tnt4j.logger.log4j.Log4JEventSink.class - [JAR]
├─ com.jkoolcloud.tnt4j.logger.log4j.Log4JEventSinkFactory.class - [JAR]
├─ com.jkoolcloud.tnt4j.logger.log4j.TNT4JAppender.class - [JAR]
com.jkoolcloud.tnt4j.examples
├─ com.jkoolcloud.tnt4j.examples.DumpNotify.class - [JAR]
├─ com.jkoolcloud.tnt4j.examples.Log4JTest.class - [JAR]
├─ com.jkoolcloud.tnt4j.examples.MyActivityHandler.class - [JAR]
├─ com.jkoolcloud.tnt4j.examples.MyDumpProvider.class - [JAR]
├─ com.jkoolcloud.tnt4j.examples.MySinkErrorHandler.class - [JAR]
├─ com.jkoolcloud.tnt4j.examples.MySinkLogHandler.class - [JAR]
├─ com.jkoolcloud.tnt4j.examples.TNT4JTest.class - [JAR]