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 dream-first-extjs-plugin-dba-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dream.first.extjs.plugin.dba.dto
├─ dream.first.extjs.plugin.dba.dto.DatabaseDTO.class - [JAR]
├─ dream.first.extjs.plugin.dba.dto.TableDTO.class - [JAR]
dream.first.extjs.plugin.dba.servlet
├─ dream.first.extjs.plugin.dba.servlet.DBAResourceServletRegistrationBean.class - [JAR]
dream.first.extjs.plugin.dba.controller
├─ dream.first.extjs.plugin.dba.controller.DatabaseController.class - [JAR]
├─ dream.first.extjs.plugin.dba.controller.TableController.class - [JAR]
dream.first.extjs.plugin.dba
├─ dream.first.extjs.plugin.dba.ExtJSPluginDBA.class - [JAR]
dream.first.extjs.plugin.dba.configuration
├─ dream.first.extjs.plugin.dba.configuration.ExtJSPluginDBAConfiguration.class - [JAR]