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 manny-demo-dubbo-1.2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nixend.manny.demo.dubbo
├─ com.nixend.manny.demo.dubbo.DubboApplication.class - [JAR]
com.nixend.manny.demo.dubbo.model
├─ com.nixend.manny.demo.dubbo.model.Order.class - [JAR]
├─ com.nixend.manny.demo.dubbo.model.User.class - [JAR]
com.nixend.manny.demo.dubbo.service
├─ com.nixend.manny.demo.dubbo.service.LoginService.class - [JAR]
├─ com.nixend.manny.demo.dubbo.service.UserService.class - [JAR]
com.nixend.manny.demo.dubbo.service.impl
├─ com.nixend.manny.demo.dubbo.service.impl.LoginServiceImpl.class - [JAR]
├─ com.nixend.manny.demo.dubbo.service.impl.UserServiceImpl.class - [JAR]