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 redisson-distributed-lock-example-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aaaxing.example.controller
├─ com.aaaxing.example.controller.OrderController.class - [JAR]
com.aaaxing.example.config
├─ com.aaaxing.example.config.RedissonConfig.class - [JAR]
com.aaaxing.example.entity
├─ com.aaaxing.example.entity.Order.class - [JAR]
com.aaaxing.example
├─ com.aaaxing.example.ExampleApplication.class - [JAR]