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 cdc-0.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jsonx.sample.cdc
├─ org.jsonx.sample.cdc.Consumer1.class - [JAR]
├─ org.jsonx.sample.cdc.Consumer2.class - [JAR]
├─ org.jsonx.sample.cdc.Producer.class - [JAR]
├─ org.jsonx.sample.cdc.Product.class - [JAR]
├─ org.jsonx.sample.cdc.Product1.class - [JAR]
├─ org.jsonx.sample.cdc.Product2.class - [JAR]