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 entolee-spring-boot-tests-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.abc.department.model
├─ com.abc.department.model.Department.class - [JAR]
com.abc.commands.subscription.api
├─ com.abc.commands.subscription.api.CausingNPEEvent.class - [JAR]
├─ com.abc.commands.subscription.api.CompanyCreatedEvent.class - [JAR]
├─ com.abc.commands.subscription.api.CompanyDeactivatedEvent.class - [JAR]
├─ com.abc.commands.subscription.api.CompanyDeletedEvent.class - [JAR]
├─ com.abc.commands.subscription.api.CompanyUpdatedEvent.class - [JAR]
├─ com.abc.commands.subscription.api.CreateCompanyCmd.class - [JAR]
├─ com.abc.commands.subscription.api.CreateDepartmentCmd.class - [JAR]
├─ com.abc.commands.subscription.api.DeactivateCompaniesCmd.class - [JAR]
├─ com.abc.commands.subscription.api.DeactivateCompanyCmd.class - [JAR]
├─ com.abc.commands.subscription.api.DeleteCompanyCmd.class - [JAR]
├─ com.abc.commands.subscription.api.TypeMismatchedCmd.class - [JAR]
├─ com.abc.commands.subscription.api.UpdateCompanyCmd.class - [JAR]
com.abc.location.model
├─ com.abc.location.model.Location.class - [JAR]
com.abc.identifiy.model
├─ com.abc.identifiy.model.UserAccount.class - [JAR]
com.abc.company
├─ com.abc.company.CompanyDeactivationService.class - [JAR]
com.abc.support
├─ com.abc.support.AbstractEntity.class - [JAR]
com.abc.company.model
├─ com.abc.company.model.Company.class - [JAR]
├─ com.abc.company.model.CompanyValidationException.class - [JAR]
├─ com.abc.company.model.CompanyValidator.class - [JAR]
com.abc
├─ com.abc.Application.class - [JAR]