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 ApacheJMeter_junit-test-5.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test
├─ test.AfterAnnotatedTest.class - [JAR]
├─ test.BeforeAnnotatedTest.class - [JAR]
├─ test.DummyAnnotatedTest.class - [JAR]
├─ test.Junit4AnnotationsTest.class - [JAR]
├─ test.RerunTest.class - [JAR]
├─ test.SetupTestError.class - [JAR]
├─ test.SetupTestFail.class - [JAR]
├─ test.TearDownTestFail.class - [JAR]
woolfel
├─ woolfel.DummyTestCase.class - [JAR]
├─ woolfel.SubDummyTest.class - [JAR]
├─ woolfel.SubDummyTest2.class - [JAR]