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 crabzilla-vavr-example1-service-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.crabzilla.example1
├─ io.github.crabzilla.example1.DatabaseModule.class - [JAR]
├─ io.github.crabzilla.example1.Example1EventProjector.class - [JAR]
├─ io.github.crabzilla.example1.Example1Launcher.class - [JAR]
├─ io.github.crabzilla.example1.Example1Module.class - [JAR]
io.github.crabzilla.example1.services
├─ io.github.crabzilla.example1.services.SampleInternalServiceImpl.class - [JAR]
io.github.crabzilla.example1.customer
├─ io.github.crabzilla.example1.customer.CustomerFactory.class - [JAR]
├─ io.github.crabzilla.example1.customer.CustomerModule.class - [JAR]