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 forester-0.0.1-alpha02.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dropbox.forester
├─ com.dropbox.forester.Directed.class - [JAR]
├─ com.dropbox.forester.Forest.class - [JAR]
├─ com.dropbox.forester.Forester.class - [JAR]
├─ com.dropbox.forester.ForesterKt.class - [JAR]
├─ com.dropbox.forester.Graph.class - [JAR]
├─ com.dropbox.forester.Group.class - [JAR]
├─ com.dropbox.forester.Node.class - [JAR]
├─ com.dropbox.forester.Scope.class - [JAR]
├─ com.dropbox.forester.Shape.class - [JAR]
├─ com.dropbox.forester.Undirected.class - [JAR]