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-app-to-db-postgres-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
systems.dennis.shared.scopes.service
├─ systems.dennis.shared.scopes.service.AppSettingsService.class - [JAR]
systems.dennis.shared.scopes.form
├─ systems.dennis.shared.scopes.form.AppSettingsForm.class - [JAR]
systems.dennis.shared.scopes.controller
├─ systems.dennis.shared.scopes.controller.AppSettingsController.class - [JAR]
systems.dennis.shared.scopes.model
├─ systems.dennis.shared.scopes.model.AppSettingsModel.class - [JAR]
systems.dennis.shared.scopes.converters
├─ systems.dennis.shared.scopes.converters.AppSettingsValueTypeIdentifier.class - [JAR]
systems.dennis.shared.scopes.repository
├─ systems.dennis.shared.scopes.repository.AppSettingsRepo.class - [JAR]