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 perfree-core-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
perfree.plugins
├─ perfree.plugins.Plugin.class - [JAR]
├─ perfree.plugins.PluginsUtil.class - [JAR]
perfree.directive
├─ perfree.directive.BaseDirective.class - [JAR]
├─ perfree.directive.DirectivePage.class - [JAR]
├─ perfree.directive.DirectiveUtil.class - [JAR]
├─ perfree.directive.Pager.class - [JAR]
├─ perfree.directive.TemplateDirective.class - [JAR]
perfree.commons
├─ perfree.commons.CastUtil.class - [JAR]
├─ perfree.commons.IpUtil.class - [JAR]
├─ perfree.commons.MenuRequest.class - [JAR]
├─ perfree.commons.RegisterRequestMapping.class - [JAR]
├─ perfree.commons.SpringBeanUtils.class - [JAR]