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-javascript2-debug-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.modules.javascript2.debug
├─ org.netbeans.modules.javascript2.debug.EditorLineHandler.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.EditorLineHandlerFactory.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.NamesTranslator.class - [JAR]
org.netbeans.modules.javascript2.debug.breakpoints.io
├─ org.netbeans.modules.javascript2.debug.breakpoints.io.BreakpointsFromGroup.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.breakpoints.io.JSBreakpointReader.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.breakpoints.io.PersistenceManager.class - [JAR]
org.netbeans.modules.javascript2.debug.spi
├─ org.netbeans.modules.javascript2.debug.spi.SourceElementsQuery.class - [JAR]
org.netbeans.modules.javascript2.debug.sources
├─ org.netbeans.modules.javascript2.debug.sources.Bundle.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.sources.SourceConnection.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.sources.SourceContent.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.sources.SourceFS.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.sources.SourceFilesCache.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.sources.SourceURLMapper.class - [JAR]
org.netbeans.modules.javascript2.debug.breakpoints
├─ org.netbeans.modules.javascript2.debug.breakpoints.JSBreakpointStatus.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.breakpoints.JSBreakpointsInfo.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.breakpoints.JSBreakpointsInfoManager.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.breakpoints.JSLineBreakpoint.class - [JAR]
├─ org.netbeans.modules.javascript2.debug.breakpoints.JSLineBreakpointBeanInfo.class - [JAR]