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 example-web-20050708.210634.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
example.web
├─ example.web.AdminAction.class - [JAR]
├─ example.web.CartAction.class - [JAR]
example.web.form
├─ example.web.form.CartForm.class - [JAR]
org.dentaku.foundation.ui.struts
├─ org.dentaku.foundation.ui.struts.ActionComponent.class - [JAR]
├─ org.dentaku.foundation.ui.struts.DentakuRequestProcessor.class - [JAR]
example.web.global
├─ example.web.global.WebUserContext.class - [JAR]