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-html-lexer-RELEASE180.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.netbeans.lib.html.lexer
├─ org.netbeans.lib.html.lexer.HtmlElements.class - [JAR]
├─ org.netbeans.lib.html.lexer.HtmlLexer.class - [JAR]
├─ org.netbeans.lib.html.lexer.HtmlPlugins.class - [JAR]
org.netbeans.api.html.lexer
├─ org.netbeans.api.html.lexer.HTMLTokenId.class - [JAR]
├─ org.netbeans.api.html.lexer.HtmlLexerPlugin.class - [JAR]