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 live-chat-client-commons-base-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.ordinaryroad.live.chat.client.commons.base.constants
├─ tech.ordinaryroad.live.chat.client.commons.base.constants.Constants.class - [JAR]
tech.ordinaryroad.live.chat.client.commons.base.enums
├─ tech.ordinaryroad.live.chat.client.commons.base.enums.IBaseCmdEnums.class - [JAR]
tech.ordinaryroad.live.chat.client.commons.base.msg
├─ tech.ordinaryroad.live.chat.client.commons.base.msg.BaseCmdMsg.class - [JAR]
├─ tech.ordinaryroad.live.chat.client.commons.base.msg.BaseMsg.class - [JAR]
├─ tech.ordinaryroad.live.chat.client.commons.base.msg.IMsg.class - [JAR]
tech.ordinaryroad.live.chat.client.commons.base.listener
├─ tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseConnectionListener.class - [JAR]
├─ tech.ordinaryroad.live.chat.client.commons.base.listener.IBaseMsgListener.class - [JAR]