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-jsp-lexer-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.spi.jsp.lexer
├─ org.netbeans.spi.jsp.lexer.JspParseData.class - [JAR]
org.netbeans.lib.jsp.lexer
├─ org.netbeans.lib.jsp.lexer.JspLexer.class - [JAR]
├─ org.netbeans.lib.jsp.lexer.JspState.class - [JAR]
org.netbeans.api.jsp.lexer
├─ org.netbeans.api.jsp.lexer.JspTokenId.class - [JAR]