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 gwtp-dispatch-rpc-test-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gwtplatform.dispatch.rpc.server.actionhandler
├─ com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler.class - [JAR]
com.gwtplatform.dispatch.rpc.shared.action
├─ com.gwtplatform.dispatch.rpc.shared.action.TestAction.class - [JAR]
├─ com.gwtplatform.dispatch.rpc.shared.action.TestResult.class - [JAR]
com.gwtplatform.dispatch.rpc.server
├─ com.gwtplatform.dispatch.rpc.server.ActionTestBase.class - [JAR]