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 applet-mq-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.sinozg.applet.mq.service
├─ cn.sinozg.applet.mq.service.AutoConsumerServiceImpl.class - [JAR]
cn.sinozg.applet.mq.mq
├─ cn.sinozg.applet.mq.mq.MqConsumer.class - [JAR]
├─ cn.sinozg.applet.mq.mq.MqProducer.class - [JAR]
cn.sinozg.applet.mq.joint
├─ cn.sinozg.applet.mq.joint.BaseTopicType.class - [JAR]
cn.sinozg.applet.mq.handle
├─ cn.sinozg.applet.mq.handle.ConsumerAutoHandler.class - [JAR]
├─ cn.sinozg.applet.mq.handle.ConsumerHandler.class - [JAR]