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 SimpleWeb-0.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.miw.simple.aop
├─ cn.miw.simple.aop.SimpleFactory.class - [JAR]
├─ cn.miw.simple.aop.SimpleHandler.class - [JAR]
cn.miw.simple.beans
├─ cn.miw.simple.beans.MappingDefine.class - [JAR]
├─ cn.miw.simple.beans.ModelAndView.class - [JAR]
cn.miw.simple
├─ cn.miw.simple.SimpleWeb.class - [JAR]
├─ cn.miw.simple.SimpleWebDispatcher.class - [JAR]
cn.miw.simple.utils
├─ cn.miw.simple.utils.SimpleWebUtil.class - [JAR]
cn.miw.simple.annotations
├─ cn.miw.simple.annotations.Mapping.class - [JAR]