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 jlf-api-20221014.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jlf
├─ org.jlf.Level.class - [JAR]
├─ org.jlf.Logger.class - [JAR]
├─ org.jlf.LoggerFactoryProvider.class - [JAR]
org.jlf.util
├─ org.jlf.util.NoopLogger.class - [JAR]
├─ org.jlf.util.NoopLoggerFactory.class - [JAR]
org.jlf.spi
├─ org.jlf.spi.LoggerFactory.class - [JAR]