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 WebCore-0.0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.IceCreamQAQ.YuWeb
├─ com.IceCreamQAQ.YuWeb.H.class - [JAR]
├─ com.IceCreamQAQ.YuWeb.WebActionContext.class - [JAR]
├─ com.IceCreamQAQ.YuWeb.WebApp.class - [JAR]
├─ com.IceCreamQAQ.YuWeb.WebControllerLoader.class - [JAR]
├─ com.IceCreamQAQ.YuWeb.WebServer.class - [JAR]
com.IceCreamQAQ.YuWeb.controller
├─ com.IceCreamQAQ.YuWeb.controller.ZWebController.class - [JAR]
com.IceCreamQAQ.Yu.web
├─ com.IceCreamQAQ.Yu.web.WebClassTransformer.class - [JAR]
com.IceCreamQAQ.YuWeb.controller.render
├─ com.IceCreamQAQ.YuWeb.controller.render.Render.class - [JAR]
├─ com.IceCreamQAQ.YuWeb.controller.render.RenderStream.class - [JAR]
├─ com.IceCreamQAQ.YuWeb.controller.render.RenderText.class - [JAR]
com.IceCreamQAQ.YuWeb.annotation
├─ com.IceCreamQAQ.YuWeb.annotation.WebController.class - [JAR]