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 jmolecules-spring-data-jpa-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jmolecules.examples.jpa.order
├─ org.jmolecules.examples.jpa.order.LineItem.class - [JAR]
├─ org.jmolecules.examples.jpa.order.Order.class - [JAR]
├─ org.jmolecules.examples.jpa.order.Orders.class - [JAR]
org.jmolecules.examples.jpa
├─ org.jmolecules.examples.jpa.Application.class - [JAR]
org.jmolecules.examples.jpa.customer
├─ org.jmolecules.examples.jpa.customer.Address.class - [JAR]
├─ org.jmolecules.examples.jpa.customer.Customer.class - [JAR]
├─ org.jmolecules.examples.jpa.customer.CustomerManagement.class - [JAR]
├─ org.jmolecules.examples.jpa.customer.Customers.class - [JAR]
├─ org.jmolecules.examples.jpa.customer.SomeEntity.class - [JAR]