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 goja-test-0.1.14.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
goja.test.mock
├─ goja.test.mock.MockHttpRequest.class - [JAR]
├─ goja.test.mock.MockHttpResponse.class - [JAR]
├─ goja.test.mock.MockServletContext.class - [JAR]
├─ goja.test.mock.MockServletInputStream.class - [JAR]
goja.test.ci
├─ goja.test.ci.Profiler.class - [JAR]
├─ goja.test.ci.ProfilerInterceptor.class - [JAR]
goja.test
├─ goja.test.ControllerTestCase.class - [JAR]
├─ goja.test.GojaTestCase.class - [JAR]
├─ goja.test.ModelTestCase.class - [JAR]