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-java-nativeimage-debugger-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.java.nativeimage.debugger.breakpoints
├─ org.netbeans.modules.java.nativeimage.debugger.breakpoints.JPDABreakpointsHandler.class - [JAR]
org.netbeans.modules.java.nativeimage.debugger.api
├─ org.netbeans.modules.java.nativeimage.debugger.api.Bundle.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.api.NIDebugRunner.class - [JAR]
org.netbeans.modules.java.nativeimage.debugger.displayer
├─ org.netbeans.modules.java.nativeimage.debugger.displayer.Bundle.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.displayer.DynamicHub.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.displayer.JavaFrameDisplayer.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.displayer.JavaVariablesDisplayer.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.displayer.Utils.class - [JAR]
org.netbeans.modules.java.nativeimage.debugger.actions
├─ org.netbeans.modules.java.nativeimage.debugger.actions.Bundle.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.actions.NIAttachCustomizer.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.actions.NIAttachType.class - [JAR]
├─ org.netbeans.modules.java.nativeimage.debugger.actions.Processes.class - [JAR]