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 fpi-viber-plugin-1.2.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.abavilla.fpi.viber.ext.codec
├─ com.abavilla.fpi.viber.ext.codec.MessageTypeCodec.class - [JAR]
com.abavilla.fpi.viber.ext.dto
├─ com.abavilla.fpi.viber.ext.dto.Location.class - [JAR]
├─ com.abavilla.fpi.viber.ext.dto.Message.class - [JAR]
├─ com.abavilla.fpi.viber.ext.dto.MessageRequest.class - [JAR]
├─ com.abavilla.fpi.viber.ext.dto.SendResponse.class - [JAR]
├─ com.abavilla.fpi.viber.ext.dto.Sender.class - [JAR]
├─ com.abavilla.fpi.viber.ext.dto.ViberUpdate.class - [JAR]
com.abavilla.fpi.viber.ext.util
├─ com.abavilla.fpi.viber.ext.util.ViberConst.class - [JAR]