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 stream-test-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xin.manong.stream.test.plugin
├─ xin.manong.stream.test.plugin.DummyHandler.class - [JAR]
├─ xin.manong.stream.test.plugin.RecordIDBuilder.class - [JAR]
xin.manong.stream.test.common
├─ xin.manong.stream.test.common.Constants.class - [JAR]
xin.manong.stream.test.receiver
├─ xin.manong.stream.test.receiver.FakeReceiver.class - [JAR]
xin.manong.stream.test.resource
├─ xin.manong.stream.test.resource.AutoIncreasedIDBuilder.class - [JAR]
├─ xin.manong.stream.test.resource.AutoIncreasedIDResource.class - [JAR]
xin.manong.stream.test
├─ xin.manong.stream.test.Application.class - [JAR]