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 reflect-web-shop-domain-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.acme.web.shop.customer
├─ com.acme.web.shop.customer.Customer.class - [JAR]
com.acme.web.shop.payment
├─ com.acme.web.shop.payment.PaymentClient.class - [JAR]
com.acme.web.shop.shopingcart
├─ com.acme.web.shop.shopingcart.ShoppingCart.class - [JAR]
├─ com.acme.web.shop.shopingcart.ShoppingCartService.class - [JAR]
com.acme.web.shop.product
├─ com.acme.web.shop.product.Product.class - [JAR]
├─ com.acme.web.shop.product.ProductGenerator.class - [JAR]
├─ com.acme.web.shop.product.ProductRepository.class - [JAR]
├─ com.acme.web.shop.product.ProductSearchCritiria.class - [JAR]
├─ com.acme.web.shop.product.ProductService.class - [JAR]
com.acme.web.shop.email
├─ com.acme.web.shop.email.EmailClient.class - [JAR]
com.acme.web.shop.provider.authorization
├─ com.acme.web.shop.provider.authorization.AcmeAuthorizationProvider.class - [JAR]
├─ com.acme.web.shop.provider.authorization.User.class - [JAR]
com.acme.web.shop
├─ com.acme.web.shop.WebShopColors.class - [JAR]
├─ com.acme.web.shop.WebShopInfrastructureClasses.class - [JAR]
├─ com.acme.web.shop.WebShopServiceClasses.class - [JAR]