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 repository-viewer-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.svndump_to_git.repository.viewer
├─ io.github.svndump_to_git.repository.viewer.GitGraphDetailsPanel.class - [JAR]
├─ io.github.svndump_to_git.repository.viewer.GitGraphFrame.class - [JAR]
├─ io.github.svndump_to_git.repository.viewer.GitGraphTransformer.class - [JAR]
├─ io.github.svndump_to_git.repository.viewer.RevCommitVertexCount.class - [JAR]
├─ io.github.svndump_to_git.repository.viewer.RevCommitVertexUtils.class - [JAR]
├─ io.github.svndump_to_git.repository.viewer.ViewerMain.class - [JAR]
io.github.svndump_to_git.repository.viewer.listener
├─ io.github.svndump_to_git.repository.viewer.listener.GitGraphVertexPickedListener.class - [JAR]
├─ io.github.svndump_to_git.repository.viewer.listener.GitModalGraphMousePlugin.class - [JAR]