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 shark-heap-growth-3.0-alpha-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
shark
├─ shark.DiffingHeapGrowthDetector.class - [JAR]
├─ shark.HeapTraversal.class - [JAR]
├─ shark.HeapTraversalWithDiff.class - [JAR]
├─ shark.InitialHeapTraversal.class - [JAR]
├─ shark.InputHeapTraversal.class - [JAR]
├─ shark.LiveHeapGrowthDetector.class - [JAR]
├─ shark.LoopingHeapGrowthDetector.class - [JAR]
├─ shark.NoHeapTraversalYet.class - [JAR]
├─ shark.ShortestPathNode.class - [JAR]