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 microprofile-metrics-rest-tck-5.1.0-RC1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.microprofile.metrics.test
├─ org.eclipse.microprofile.metrics.test.MetricAppBean.class - [JAR]
├─ org.eclipse.microprofile.metrics.test.MetricAppBean2.class - [JAR]
├─ org.eclipse.microprofile.metrics.test.MpMetricTest.class - [JAR]
├─ org.eclipse.microprofile.metrics.test.ReusedMetricsTest.class - [JAR]
org.eclipse.microprofile.metrics.test.multipleinstances
├─ org.eclipse.microprofile.metrics.test.multipleinstances.DependentScopedBean.class - [JAR]
├─ org.eclipse.microprofile.metrics.test.multipleinstances.MultipleBeanInstancesTest.class - [JAR]