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 partest-extras-2.11.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
scala.tools.partest
├─ scala.tools.partest.ASMConverters.class - [JAR]
├─ scala.tools.partest.AsmNode.class - [JAR]
├─ scala.tools.partest.BytecodeTest.class - [JAR]
├─ scala.tools.partest.IcodeComparison.class - [JAR]
├─ scala.tools.partest.JavapTest.class - [JAR]
├─ scala.tools.partest.ParserTest.class - [JAR]
├─ scala.tools.partest.ReplTest.class - [JAR]
├─ scala.tools.partest.ScriptTest.class - [JAR]
├─ scala.tools.partest.SessionTest.class - [JAR]
├─ scala.tools.partest.SigTest.class - [JAR]
├─ scala.tools.partest.Util.class - [JAR]
├─ scala.tools.partest.Welcoming.class - [JAR]
scala.tools.partest.instrumented
├─ scala.tools.partest.instrumented.Instrumentation.class - [JAR]
├─ scala.tools.partest.instrumented.MethodCallTrace.class - [JAR]
├─ scala.tools.partest.instrumented.Profiler.class - [JAR]