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-dictionary-1.0.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.DictionaryService.class - [JAR]
systems.dennis.shared.scopes.form
├─ systems.dennis.shared.scopes.form.DictionaryForm.class - [JAR]
├─ systems.dennis.shared.scopes.form.ImportRegionsHolder.class - [JAR]
├─ systems.dennis.shared.scopes.form.ImportRegionsModel.class - [JAR]
systems.dennis.shared.scopes.controller
├─ systems.dennis.shared.scopes.controller.DictionaryController.class - [JAR]
systems.dennis.shared.scopes.model
├─ systems.dennis.shared.scopes.model.DictionaryModel.class - [JAR]
systems.dennis.shared.scopes.providers
├─ systems.dennis.shared.scopes.providers.DictionaryTypeProvider.class - [JAR]
systems.dennis.shared.scopes.exception
├─ systems.dennis.shared.scopes.exception.DictionaryException.class - [JAR]
systems.dennis.shared.scopes.repository
├─ systems.dennis.shared.scopes.repository.DictionaryRepo.class - [JAR]