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 demo-in-memory-2.0.0-BETA2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.demo
├─ com.example.demo.Account.class - [JAR]
├─ com.example.demo.Bank.class - [JAR]
├─ com.example.demo.BankCommand.class - [JAR]
├─ com.example.demo.BankCommandHandler.class - [JAR]
├─ com.example.demo.BankEvent.class - [JAR]
├─ com.example.demo.BankEventHandler.class - [JAR]
├─ com.example.demo.DemoApplication.class - [JAR]