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 sd-shared-web-personal-settings-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
systems.dennis.shared.form
├─ systems.dennis.shared.form.PersonalSettingsForm.class - [JAR]
systems.dennis.shared.repository
├─ systems.dennis.shared.repository.PersonalSettingsRepo.class - [JAR]
systems.dennis.shared.controller
├─ systems.dennis.shared.controller.PersonalSettingsController.class - [JAR]
systems.dennis.shared.service
├─ systems.dennis.shared.service.PersonalSettingsService.class - [JAR]
systems.dennis.shared.model
├─ systems.dennis.shared.model.PersonalSettingsModel.class - [JAR]