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 sbt-jmh-extras-0.3.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jmh.extras
├─ jmh.extras.Async.class - [JAR]
├─ jmh.extras.JFR.class - [JAR]
pl.project13.scala.jmh.extras.profiler
├─ pl.project13.scala.jmh.extras.profiler.AsyncProfiler.class - [JAR]
├─ pl.project13.scala.jmh.extras.profiler.Directions.class - [JAR]
├─ pl.project13.scala.jmh.extras.profiler.FlightRecordingProfiler.class - [JAR]
├─ pl.project13.scala.jmh.extras.profiler.JfrEventType.class - [JAR]
├─ pl.project13.scala.jmh.extras.profiler.NoResult.class - [JAR]
├─ pl.project13.scala.jmh.extras.profiler.ProfilerUtils.class - [JAR]