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 simplelogicdeductive-1.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.sf.tweety.arg.simplelogicdeductive.test
├─ net.sf.tweety.arg.simplelogicdeductive.test.SimplePlLogicTest.class - [JAR]
net.sf.tweety.arg.simplelogicdeductive
├─ net.sf.tweety.arg.simplelogicdeductive.SimplePlLogicDeductiveKnowledgebase.class - [JAR]
net.sf.tweety.arg.simplelogicdeductive.parser
├─ net.sf.tweety.arg.simplelogicdeductive.parser.SimplePlLogicParser.class - [JAR]
net.sf.tweety.arg.simplelogicdeductive.syntax
├─ net.sf.tweety.arg.simplelogicdeductive.syntax.SimplePlLogicArgument.class - [JAR]
├─ net.sf.tweety.arg.simplelogicdeductive.syntax.SimplePlRule.class - [JAR]