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 emf-trace-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.atlanmod.trace
├─ org.atlanmod.trace.Call.class - [JAR]
├─ org.atlanmod.trace.Index.class - [JAR]
├─ org.atlanmod.trace.Level.class - [JAR]
├─ org.atlanmod.trace.Trace.class - [JAR]
├─ org.atlanmod.trace.TraceFactory.class - [JAR]
├─ org.atlanmod.trace.TracePackage.class - [JAR]
org.atlanmod.trace.impl
├─ org.atlanmod.trace.impl.CallImpl.class - [JAR]
├─ org.atlanmod.trace.impl.IndexImpl.class - [JAR]
├─ org.atlanmod.trace.impl.LevelImpl.class - [JAR]
├─ org.atlanmod.trace.impl.TraceFactoryImpl.class - [JAR]
├─ org.atlanmod.trace.impl.TraceImpl.class - [JAR]
├─ org.atlanmod.trace.impl.TracePackageImpl.class - [JAR]
org.atlanmod.trace.util
├─ org.atlanmod.trace.util.TraceAdapterFactory.class - [JAR]
├─ org.atlanmod.trace.util.TraceSwitch.class - [JAR]