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 jxmpp-strings-testframework-1.1.0-alpha2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jxmpp.strings.testframework
├─ org.jxmpp.strings.testframework.InvalidJid.class - [JAR]
├─ org.jxmpp.strings.testframework.InvalidJidCorpusParser.class - [JAR]
├─ org.jxmpp.strings.testframework.InvalidJidTestresult.class - [JAR]
├─ org.jxmpp.strings.testframework.JidCorpusParser.class - [JAR]
├─ org.jxmpp.strings.testframework.JidTestresult.class - [JAR]
├─ org.jxmpp.strings.testframework.KnownFailures.class - [JAR]
├─ org.jxmpp.strings.testframework.StringsTestframework.class - [JAR]
├─ org.jxmpp.strings.testframework.StringsTestframeworkMain.class - [JAR]
├─ org.jxmpp.strings.testframework.ValidJid.class - [JAR]
├─ org.jxmpp.strings.testframework.ValidJidCorpusParser.class - [JAR]
├─ org.jxmpp.strings.testframework.ValidJidTestresult.class - [JAR]
├─ org.jxmpp.strings.testframework.XmppStringPrepper.class - [JAR]