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 gctoolkit-sample-3.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.gctoolkit.sample
├─ com.microsoft.gctoolkit.sample.Main.class - [JAR]
com.microsoft.gctoolkit.sample.collections
├─ com.microsoft.gctoolkit.sample.collections.XYDataSet.class - [JAR]
com.microsoft.gctoolkit.sample.aggregation
├─ com.microsoft.gctoolkit.sample.aggregation.CollectionCycleCountsAggregation.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.CollectionCycleCountsAggregator.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.CollectionCycleCountsSummary.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.HeapOccupancyAfterCollection.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.HeapOccupancyAfterCollectionAggregation.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.HeapOccupancyAfterCollectionSummary.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.PauseTimeAggregation.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.PauseTimeAggregator.class - [JAR]
├─ com.microsoft.gctoolkit.sample.aggregation.PauseTimeSummary.class - [JAR]