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 cronapp-framework-tests-2.9.6-SP.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cronapp.framework.tests.northwind.entity
├─ cronapp.framework.tests.northwind.entity.Category.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Customer.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Employee.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.EmployeeTerritory.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.EmployeeTerritoryPK.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Order.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.OrderDetail.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.OrderDetailPK.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Product.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Region.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Shipper.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Supplier.class - [JAR]
├─ cronapp.framework.tests.northwind.entity.Territory.class - [JAR]
cronapp.framework.tests.northwind
├─ cronapp.framework.tests.northwind.NorthwindExtension.class - [JAR]