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 core-4.4.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.codingame.gameengine.core
├─ com.codingame.gameengine.core.AbstractMultiplayerPlayer.class - [JAR]
├─ com.codingame.gameengine.core.AbstractPlayer.class - [JAR]
├─ com.codingame.gameengine.core.AbstractReferee.class - [JAR]
├─ com.codingame.gameengine.core.AbstractSoloPlayer.class - [JAR]
├─ com.codingame.gameengine.core.GameEngineModule.class - [JAR]
├─ com.codingame.gameengine.core.GameManager.class - [JAR]
├─ com.codingame.gameengine.core.InputCommand.class - [JAR]
├─ com.codingame.gameengine.core.Module.class - [JAR]
├─ com.codingame.gameengine.core.MultiplayerGameManager.class - [JAR]
├─ com.codingame.gameengine.core.OutputCommand.class - [JAR]
├─ com.codingame.gameengine.core.OutputData.class - [JAR]
├─ com.codingame.gameengine.core.RefereeMain.class - [JAR]
├─ com.codingame.gameengine.core.SoloGameManager.class - [JAR]
├─ com.codingame.gameengine.core.Tooltip.class - [JAR]