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 gilgamesh-0.20b.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.gilgamesh.main
├─ org.gilgamesh.main.CommandShell.class - [JAR]
├─ org.gilgamesh.main.GilgameshTest.class - [JAR]
org.gilgamesh.model
├─ org.gilgamesh.model.Answer.class - [JAR]
├─ org.gilgamesh.model.Gilgamesh.class - [JAR]
org.gilgamesh
├─ org.gilgamesh.CommandShell.class - [JAR]
org.gilgamesh.model.core
├─ org.gilgamesh.model.core.Atom.class - [JAR]
├─ org.gilgamesh.model.core.Core.class - [JAR]
├─ org.gilgamesh.model.core.Fact.class - [JAR]