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 org-netbeans-modules-gototest-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.spi.gototest
├─ org.netbeans.spi.gototest.TestLocator.class - [JAR]
org.netbeans.modules.gototest
├─ org.netbeans.modules.gototest.Bundle.class - [JAR]
├─ org.netbeans.modules.gototest.GotoOppositeAction.class - [JAR]
├─ org.netbeans.modules.gototest.OppositeCandidateChooser.class - [JAR]
├─ org.netbeans.modules.gototest.PopupUtil.class - [JAR]