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 org.web4thejob.joblet.contacts-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.web4thejob.joblet.contacts
├─ org.web4thejob.joblet.contacts.Address.class - [JAR]
├─ org.web4thejob.joblet.contacts.AddressType.class - [JAR]
├─ org.web4thejob.joblet.contacts.Contact.class - [JAR]
├─ org.web4thejob.joblet.contacts.ContactAddress.class - [JAR]
├─ org.web4thejob.joblet.contacts.ContactNotes.class - [JAR]
├─ org.web4thejob.joblet.contacts.Country.class - [JAR]
├─ org.web4thejob.joblet.contacts.LegalEntity.class - [JAR]
├─ org.web4thejob.joblet.contacts.LegalEntityPerson.class - [JAR]
├─ org.web4thejob.joblet.contacts.Person.class - [JAR]