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 simple-robot-module-debugger-client-1.1-1.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.simbot.modules.debugger.client
├─ com.simbot.modules.debugger.client.DebugClient.class - [JAR]
├─ com.simbot.modules.debugger.client.DebugClientConfiguration.class - [JAR]
├─ com.simbot.modules.debugger.client.DebugClientHandler.class - [JAR]
├─ com.simbot.modules.debugger.client.DebugClientImpl.class - [JAR]
├─ com.simbot.modules.debugger.client.DebugClientInitializer.class - [JAR]
├─ com.simbot.modules.debugger.client.DebugClientModuleConfiguration.class - [JAR]
├─ com.simbot.modules.debugger.client.DefaultDebugClientController.class - [JAR]