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 mq-aliyun-example-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mq.aliyun.example.model
├─ com.mq.aliyun.example.model.Dish.class - [JAR]
├─ com.mq.aliyun.example.model.JackArgumentExtractor.class - [JAR]
├─ com.mq.aliyun.example.model.JackJson.class - [JAR]
com.mq.aliyun.example.consumers
├─ com.mq.aliyun.example.consumers.TestConsumer.class - [JAR]
com.mq.aliyun.example.producers
├─ com.mq.aliyun.example.producers.MyProducerSerialize.class - [JAR]
├─ com.mq.aliyun.example.producers.TestProducer.class - [JAR]
com.mq.aliyun.example
├─ com.mq.aliyun.example.Application.class - [JAR]
├─ com.mq.aliyun.example.Consumers.class - [JAR]