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 hprof-oql-engine-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.profiler.oql.engine.api
├─ org.netbeans.modules.profiler.oql.engine.api.OQLEngine.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.OQLException.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.ReferenceChain.class - [JAR]
org.netbeans.modules.profiler.oql.engine.api.impl
├─ org.netbeans.modules.profiler.oql.engine.api.impl.Enumerations.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.impl.OQLEngineImpl.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.impl.OQLQueryImpl.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.impl.ReachableExcludes.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.impl.ReachableObjects.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.impl.Snapshot.class - [JAR]
├─ org.netbeans.modules.profiler.oql.engine.api.impl.TreeIterator.class - [JAR]