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 neovim-scala_2.11-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.aoei.neovim
├─ xyz.aoei.neovim.Buffer.class - [JAR]
├─ xyz.aoei.neovim.Neovim.class - [JAR]
├─ xyz.aoei.neovim.NeovimBase.class - [JAR]
├─ xyz.aoei.neovim.Tabpage.class - [JAR]
├─ xyz.aoei.neovim.TypeBase.class - [JAR]
├─ xyz.aoei.neovim.Window.class - [JAR]