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-heapwalk-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.heapwalk.actions
├─ org.netbeans.modules.debugger.jpda.heapwalk.actions.ClassesCountsViewAction.class - [JAR]
org.netbeans.modules.debugger.jpda.heapwalk.models
├─ org.netbeans.modules.debugger.jpda.heapwalk.models.HeapActionsFilter.class - [JAR]
org.netbeans.modules.debugger.jpda.heapwalk
├─ org.netbeans.modules.debugger.jpda.heapwalk.ArrayItemValueImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.FieldImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.FieldValueImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.HeapImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.InstanceImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.JavaClassImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.ObjectArrayInstanceImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.ObjectFieldValueImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.PrimitiveArrayInstanceImpl.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.TypeImpl.class - [JAR]
org.netbeans.modules.debugger.jpda.heapwalk.views
├─ org.netbeans.modules.debugger.jpda.heapwalk.views.ClassesCountsView.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.views.DebuggerHeapFragmentWalker.class - [JAR]
├─ org.netbeans.modules.debugger.jpda.heapwalk.views.InstancesView.class - [JAR]