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 tater-test-harness-0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.peachjean.tater.test
├─ net.peachjean.tater.test.CompilerAsserter.class - [JAR]
├─ net.peachjean.tater.test.CompilerHarness.class - [JAR]
├─ net.peachjean.tater.test.CompilerResults.class - [JAR]
├─ net.peachjean.tater.test.JavaSourceFromText.class - [JAR]
├─ net.peachjean.tater.test.StandardMethodTestSupport.class - [JAR]
├─ net.peachjean.tater.test.TaterTestUtils.class - [JAR]