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 logtool-core-1.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.powertac.logtool
├─ org.powertac.logtool.Logtool.class - [JAR]
├─ org.powertac.logtool.LogtoolContext.class - [JAR]
├─ org.powertac.logtool.LogtoolCore.class - [JAR]
org.powertac.logtool.ifc
├─ org.powertac.logtool.ifc.Analyzer.class - [JAR]
├─ org.powertac.logtool.ifc.ObjectReader.class - [JAR]
org.powertac.logtool.common
├─ org.powertac.logtool.common.DomainBuilder.class - [JAR]
├─ org.powertac.logtool.common.DomainObjectReader.class - [JAR]
├─ org.powertac.logtool.common.MissingDomainObject.class - [JAR]
├─ org.powertac.logtool.common.NewObjectListener.class - [JAR]
├─ org.powertac.logtool.common.NoopAnalyzer.class - [JAR]