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 msgparser-1.1.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.auxilii.msgparser
├─ com.auxilii.msgparser.FieldInformation.class - [JAR]
├─ com.auxilii.msgparser.Message.class - [JAR]
├─ com.auxilii.msgparser.MessageProperty.class - [JAR]
├─ com.auxilii.msgparser.MsgParser.class - [JAR]
├─ com.auxilii.msgparser.RecipientEntry.class - [JAR]
com.auxilii.msgparser.rtf
├─ com.auxilii.msgparser.rtf.JEditorPaneRTF2HTMLConverter.class - [JAR]
├─ com.auxilii.msgparser.rtf.RTF2HTMLConverter.class - [JAR]
├─ com.auxilii.msgparser.rtf.SimpleRTF2HTMLConverter.class - [JAR]
com.auxilii.msgparser.attachment
├─ com.auxilii.msgparser.attachment.Attachment.class - [JAR]
├─ com.auxilii.msgparser.attachment.FileAttachment.class - [JAR]
├─ com.auxilii.msgparser.attachment.MsgAttachment.class - [JAR]