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 tinder-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.xmpp.forms
├─ org.xmpp.forms.DataForm.class - [JAR]
├─ org.xmpp.forms.FormField.class - [JAR]
org.xmpp.component
├─ org.xmpp.component.AbstractComponent.class - [JAR]
├─ org.xmpp.component.Component.class - [JAR]
├─ org.xmpp.component.ComponentException.class - [JAR]
├─ org.xmpp.component.ComponentManager.class - [JAR]
├─ org.xmpp.component.ComponentManagerFactory.class - [JAR]
├─ org.xmpp.component.IQResultListener.class - [JAR]
org.xmpp.muc
├─ org.xmpp.muc.DestroyRoom.class - [JAR]
├─ org.xmpp.muc.Invitation.class - [JAR]
├─ org.xmpp.muc.JoinRoom.class - [JAR]
├─ org.xmpp.muc.LeaveRoom.class - [JAR]
├─ org.xmpp.muc.RoomConfiguration.class - [JAR]
org.xmpp.resultsetmanagement
├─ org.xmpp.resultsetmanagement.Result.class - [JAR]
├─ org.xmpp.resultsetmanagement.ResultSet.class - [JAR]
├─ org.xmpp.resultsetmanagement.ResultSetImpl.class - [JAR]
org.xmpp.util
├─ org.xmpp.util.ValueWrapper.class - [JAR]
├─ org.xmpp.util.XMPPConstants.class - [JAR]
org.xmpp.packet
├─ org.xmpp.packet.IQ.class - [JAR]
├─ org.xmpp.packet.JID.class - [JAR]
├─ org.xmpp.packet.Message.class - [JAR]
├─ org.xmpp.packet.Packet.class - [JAR]
├─ org.xmpp.packet.PacketError.class - [JAR]
├─ org.xmpp.packet.PacketExtension.class - [JAR]
├─ org.xmpp.packet.Presence.class - [JAR]
├─ org.xmpp.packet.Roster.class - [JAR]
├─ org.xmpp.packet.StreamError.class - [JAR]
org.jivesoftware.util
├─ org.jivesoftware.util.FastDateFormat.class - [JAR]