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 otl-util-0.2.16-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.opns.otl.buff
├─ io.opns.otl.buff.BufferCache.class - [JAR]
├─ io.opns.otl.buff.LogBuffer.class - [JAR]
io.opns.otl.util
├─ io.opns.otl.util.DateUtil.class - [JAR]
├─ io.opns.otl.util.OTLConstants.class - [JAR]
├─ io.opns.otl.util.ObjectCreator.class - [JAR]
├─ io.opns.otl.util.TracingUtility.class - [JAR]