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 jpa-productivity-boosters-1.37.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.example
├─ org.example.CdiConfig.class - [JAR]
org.example.service.springdata
├─ org.example.service.springdata.CompanyRepository.class - [JAR]
├─ org.example.service.springdata.ContactRepository.class - [JAR]
├─ org.example.service.springdata.SpringDataContactService.class - [JAR]
org.example.jpadomain
├─ org.example.jpadomain.AbstractEntity.class - [JAR]
├─ org.example.jpadomain.AbstractEntity_.class - [JAR]
├─ org.example.jpadomain.Company.class - [JAR]
├─ org.example.jpadomain.Company_.class - [JAR]
├─ org.example.jpadomain.Contact.class - [JAR]
├─ org.example.jpadomain.Contact_.class - [JAR]
├─ org.example.jpadomain.QAbstractEntity.class - [JAR]
├─ org.example.jpadomain.QCompany.class - [JAR]
├─ org.example.jpadomain.QContact.class - [JAR]
org.example.service.deltaspike
├─ org.example.service.deltaspike.CompanyRepository.class - [JAR]
├─ org.example.service.deltaspike.ContactRepository.class - [JAR]
├─ org.example.service.deltaspike.DeltaSpikeContactService.class - [JAR]
org.example.service.querydsl
├─ org.example.service.querydsl.QueryDslContactService.class - [JAR]