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 jsuite-sysuser-mgr-web-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.scloudic.jsuite.sysuser.mgr.web.vo
├─ com.scloudic.jsuite.sysuser.mgr.web.vo.DeptVo.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.vo.MenuVo.class - [JAR]
com.scloudic.jsuite.sysuser.mgr.web.component
├─ com.scloudic.jsuite.sysuser.mgr.web.component.HomeMenuComponent.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.component.JsuiteSysUserProperties.class - [JAR]
com.scloudic.jsuite.sysuser.mgr.web.controllers
├─ com.scloudic.jsuite.sysuser.mgr.web.controllers.DeptController.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.controllers.HomeMenuController.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.controllers.MenuController.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.controllers.PostController.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.controllers.RoleController.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.controllers.UserController.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.controllers.UserProfileController.class - [JAR]
com.scloudic.jsuite.sysuser.mgr.web.template
├─ com.scloudic.jsuite.sysuser.mgr.web.template.HomeMenuTag.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.template.PermissionTag.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.template.RoleAllTag.class - [JAR]
├─ com.scloudic.jsuite.sysuser.mgr.web.template.UserTag.class - [JAR]