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 org.kevoree.library.gameoflife-5.5.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kevoree.library.engine
├─ org.kevoree.library.engine.Cell.class - [JAR]
├─ org.kevoree.library.engine.CellGrid.class - [JAR]
├─ org.kevoree.library.engine.GameOfLifeService.class - [JAR]
├─ org.kevoree.library.engine.LifeOperation.class - [JAR]
org.kevoree.library
├─ org.kevoree.library.GameOfLifeCell.class - [JAR]
├─ org.kevoree.library.GameOfLifeEngine.class - [JAR]