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 ons-example-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aliyun.openservices.ons.example.transaction
├─ com.aliyun.openservices.ons.example.transaction.LocalTransactionCheckerImpl.class - [JAR]
├─ com.aliyun.openservices.ons.example.transaction.ProducerClient.class - [JAR]
com.aliyun.openservices.ons.example.order
├─ com.aliyun.openservices.ons.example.order.ConsumerClient.class - [JAR]
├─ com.aliyun.openservices.ons.example.order.ProducerClient.class - [JAR]
com.aliyun.openservices.ons.demo
├─ com.aliyun.openservices.ons.demo.ConsumerTest.class - [JAR]
├─ com.aliyun.openservices.ons.demo.ProducerTest.class - [JAR]
├─ com.aliyun.openservices.ons.demo.TransactionId.class - [JAR]
com.aliyun.openservices.ons.example.spring
├─ com.aliyun.openservices.ons.example.spring.Consumer.class - [JAR]
├─ com.aliyun.openservices.ons.example.spring.MessageListenerImpl.class - [JAR]
├─ com.aliyun.openservices.ons.example.spring.Producer.class - [JAR]
com.aliyun.openservices.ons.example.cloud
├─ com.aliyun.openservices.ons.example.cloud.ConsumerClient.class - [JAR]
├─ com.aliyun.openservices.ons.example.cloud.ProducerClient.class - [JAR]
com.aliyun.openservices.ons.example.broadcast
├─ com.aliyun.openservices.ons.example.broadcast.ConsumerClient.class - [JAR]
com.aliyun.openservices.ons.example.normal
├─ com.aliyun.openservices.ons.example.normal.ConsumerClient.class - [JAR]
├─ com.aliyun.openservices.ons.example.normal.ProducerClient.class - [JAR]