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 tinymenuframe-controller-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.managemenu.action.login
├─ org.tinygroup.managemenu.action.login.LoginAction.class - [JAR]
org.tinygroup.managemenu.action
├─ org.tinygroup.managemenu.action.ActionDev.class - [JAR]
├─ org.tinygroup.managemenu.action.BaseController.class - [JAR]
├─ org.tinygroup.managemenu.action.DemoAction.class - [JAR]
├─ org.tinygroup.managemenu.action.IndexAction.class - [JAR]
org.tinygroup.managemenu.session
├─ org.tinygroup.managemenu.session.UserInfo.class - [JAR]
org.tinygroup.managemenu.interceptor
├─ org.tinygroup.managemenu.interceptor.AuthInterceptor.class - [JAR]
├─ org.tinygroup.managemenu.interceptor.BusiExceptionResolver.class - [JAR]
├─ org.tinygroup.managemenu.interceptor.LoginInterceptor.class - [JAR]