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 grub-0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.prezi.grub.internal
├─ com.prezi.grub.internal.LogbackHighThresholdFilter.class - [JAR]
├─ com.prezi.grub.internal.ProcessUtils.class - [JAR]
com.prezi.grub
├─ com.prezi.grub.GrubCli.class - [JAR]
├─ com.prezi.grub.GrubException.class - [JAR]
├─ com.prezi.grub.GrubVersion.class - [JAR]
com.prezi.grub.commands
├─ com.prezi.grub.commands.GenerateCommand.class - [JAR]
├─ com.prezi.grub.commands.VersionCommand.class - [JAR]