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 ggen4j-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
info.rmarcus.ggen4j.graph
├─ info.rmarcus.ggen4j.graph.GGenGraph.class - [JAR]
├─ info.rmarcus.ggen4j.graph.Vertex.class - [JAR]
info.rmarcus.ggen4j
├─ info.rmarcus.ggen4j.DataflowGraphGenerator.class - [JAR]
├─ info.rmarcus.ggen4j.Driver.class - [JAR]
├─ info.rmarcus.ggen4j.GGen.class - [JAR]
├─ info.rmarcus.ggen4j.GGenCommand.class - [JAR]
├─ info.rmarcus.ggen4j.GGenException.class - [JAR]
├─ info.rmarcus.ggen4j.GraphGenerator.class - [JAR]
├─ info.rmarcus.ggen4j.PropertyGenerator.class - [JAR]
├─ info.rmarcus.ggen4j.RandomGraphGenerator.class - [JAR]
├─ info.rmarcus.ggen4j.StaticGraphGenerator.class - [JAR]