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 robota-engine-core-0.9.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.uphyca.robota.engine
├─ com.uphyca.robota.engine.Bot.class - [JAR]
├─ com.uphyca.robota.engine.EngineBase.class - [JAR]
├─ com.uphyca.robota.engine.MessageBundle.class - [JAR]
├─ com.uphyca.robota.engine.Robota.class - [JAR]
├─ com.uphyca.robota.engine.TextMessage.class - [JAR]
├─ com.uphyca.robota.engine.User.class - [JAR]