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 xml-1.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.magicall.markup_language
├─ me.magicall.markup_language.AttrSpec.class - [JAR]
├─ me.magicall.markup_language.CommentSpec.class - [JAR]
├─ me.magicall.markup_language.DocSpec.class - [JAR]
├─ me.magicall.markup_language.DoctypeSpec.class - [JAR]
├─ me.magicall.markup_language.ElementSpec.class - [JAR]
├─ me.magicall.markup_language.GeneralAttrSpec.class - [JAR]
├─ me.magicall.markup_language.MLComment.class - [JAR]
├─ me.magicall.markup_language.MLDoc.class - [JAR]
├─ me.magicall.markup_language.MLDoctype.class - [JAR]
├─ me.magicall.markup_language.MLFragment.class - [JAR]
├─ me.magicall.markup_language.MLTag.class - [JAR]
├─ me.magicall.markup_language.MLTagAttr.class - [JAR]
├─ me.magicall.markup_language.MLTextNode.class - [JAR]
├─ me.magicall.markup_language.TagSpec.class - [JAR]
├─ me.magicall.markup_language.TextSpec.class - [JAR]