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 datalog-jvm-0.31.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
it.unibo.tuprolog.datalog.visitors
├─ it.unibo.tuprolog.datalog.visitors.AbstractClauseVisitor.class - [JAR]
├─ it.unibo.tuprolog.datalog.visitors.CompoundFinder.class - [JAR]
├─ it.unibo.tuprolog.datalog.visitors.HeadVariablesOutsideNonNegatedLiterals.class - [JAR]
it.unibo.tuprolog.datalog.exception
├─ it.unibo.tuprolog.datalog.exception.DatalogViolationException.class - [JAR]
├─ it.unibo.tuprolog.datalog.exception.InvalidLiteralException.class - [JAR]
it.unibo.tuprolog.datalog
├─ it.unibo.tuprolog.datalog.ClauseVisitor.class - [JAR]
├─ it.unibo.tuprolog.datalog.Datalog.class - [JAR]