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 client-10.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
uk.org.retep.xmpp.net.client
├─ uk.org.retep.xmpp.net.client.XMPPClient.class - [JAR]
├─ uk.org.retep.xmpp.net.client.XMPPClientConnection.class - [JAR]
├─ uk.org.retep.xmpp.net.client.package-info.class - [JAR]
uk.org.retep.xmpp.net.client.builder
├─ uk.org.retep.xmpp.net.client.builder.AbstractXMPPClientBuilder.class - [JAR]
├─ uk.org.retep.xmpp.net.client.builder.ClientStreamProtocolBuilder.class - [JAR]
├─ uk.org.retep.xmpp.net.client.builder.XMPPClientBuilder.class - [JAR]
├─ uk.org.retep.xmpp.net.client.builder.XMPPClientConnectionBuilder.class - [JAR]
├─ uk.org.retep.xmpp.net.client.builder.package-info.class - [JAR]
uk.org.retep.xmpp.net.client.impl
├─ uk.org.retep.xmpp.net.client.impl.AbstractXMPPClientConnection.class - [JAR]
├─ uk.org.retep.xmpp.net.client.impl.BlockingXMPPClientConnection.class - [JAR]
├─ uk.org.retep.xmpp.net.client.impl.XMPPClientImpl.class - [JAR]
├─ uk.org.retep.xmpp.net.client.impl.package-info.class - [JAR]