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 noark-robot-3.4.8.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.noark.robot
├─ xyz.noark.robot.AbstractRobotBootstrap.class - [JAR]
├─ xyz.noark.robot.Robot.class - [JAR]
├─ xyz.noark.robot.RobotAiController.class - [JAR]
├─ xyz.noark.robot.RobotAiEvent.class - [JAR]
├─ xyz.noark.robot.RobotAutoConfiguration.class - [JAR]
├─ xyz.noark.robot.RobotClientHandler.class - [JAR]
├─ xyz.noark.robot.RobotConstant.class - [JAR]
├─ xyz.noark.robot.RobotData.class - [JAR]
├─ xyz.noark.robot.RobotIdFactory.class - [JAR]
├─ xyz.noark.robot.RobotManager.class - [JAR]
├─ xyz.noark.robot.RobotSession.class - [JAR]