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-debugger-jpda-jsui-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.debugger.jpda.jsui.vars.models
├─ org.netbeans.modules.debugger.jpda.jsui.vars.models.JSWatchVar.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.vars.models.VariablesJSNodeModel.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.vars.models.VariablesJSTableModel.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.vars.models.VariablesJSTreeModel.class - [JAR]
org.netbeans.modules.debugger.jpda.jsui.frames.models
├─ org.netbeans.modules.debugger.jpda.jsui.frames.models.Bundle.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.frames.models.DebuggingJSActionsProvider.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.frames.models.DebuggingJSFramesInJavaModelFilter.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.frames.models.DebuggingJSNodeModel.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.frames.models.DebuggingJSTreeExpansionModelFilter.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.jsui.frames.models.DebuggingJSTreeModel.class - [JAR]
org.netbeans.modules.debugger.jpda.jsui
├─ org.netbeans.modules.debugger.jpda.jsui.JSUIUtils.class - [JAR]
org.netbeans.modules.debugger.jpda.jsui.vars.tooltip
├─ org.netbeans.modules.debugger.jpda.jsui.vars.tooltip.ToolTipAnnotation.class - [JAR]