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 class-histogram-extension-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.newrelic.classhistogram
├─ com.newrelic.classhistogram.ClassHistogramConfiguration.class - [JAR]
├─ com.newrelic.classhistogram.DaemonThreadFactory.class - [JAR]
├─ com.newrelic.classhistogram.ExtensionPremain.class - [JAR]
├─ com.newrelic.classhistogram.ExtensionService.class - [JAR]
├─ com.newrelic.classhistogram.Extractor.class - [JAR]
├─ com.newrelic.classhistogram.ExtractorSupplier.class - [JAR]
├─ com.newrelic.classhistogram.PidExtractor.class - [JAR]
├─ com.newrelic.classhistogram.Receiver.class - [JAR]
├─ com.newrelic.classhistogram.RowEvent.class - [JAR]
├─ com.newrelic.classhistogram.Task.class - [JAR]
com.newrelic.classhistogram.impl
├─ com.newrelic.classhistogram.impl.AccumulatingReceiver.class - [JAR]
├─ com.newrelic.classhistogram.impl.ClassHistogramConfigurationImpl.class - [JAR]
├─ com.newrelic.classhistogram.impl.Helper.class - [JAR]
├─ com.newrelic.classhistogram.impl.HistogramReceiver.class - [JAR]
├─ com.newrelic.classhistogram.impl.Jmap.class - [JAR]
com.newrelic.classhistogram.extract
├─ com.newrelic.classhistogram.extract.ExtractorFactory.class - [JAR]