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 java-callgraph-ex-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.java.callgraph.ex.dyn
├─ com.github.houbb.java.callgraph.ex.dyn.Instrumenter.class - [JAR]
├─ com.github.houbb.java.callgraph.ex.dyn.MethodStack.class - [JAR]
├─ com.github.houbb.java.callgraph.ex.dyn.Pair.class - [JAR]
com.github.houbb.java.callgraph.ex.stat
├─ com.github.houbb.java.callgraph.ex.stat.ClassVisitor.class - [JAR]
├─ com.github.houbb.java.callgraph.ex.stat.DynamicCallManager.class - [JAR]
├─ com.github.houbb.java.callgraph.ex.stat.JCallGraph.class - [JAR]
├─ com.github.houbb.java.callgraph.ex.stat.MethodVisitor.class - [JAR]
com.github.houbb.java.callgraph.ex.exception
├─ com.github.houbb.java.callgraph.ex.exception.JavaCallgraphException.class - [JAR]