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 EdrikTool-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.edrik.util
├─ org.edrik.util.BaseUtil.class - [JAR]
org.edrik.annotation
├─ org.edrik.annotation.process.class - [JAR]
org.edrik.tool.domain
├─ org.edrik.tool.domain.Domain.class - [JAR]
├─ org.edrik.tool.domain.DomainBaseConfig.class - [JAR]
├─ org.edrik.tool.domain.DomainConfig.class - [JAR]
org.edrik.tool.http
├─ org.edrik.tool.http.ContentType.class - [JAR]
├─ org.edrik.tool.http.HttpConfig.class - [JAR]
├─ org.edrik.tool.http.HttpTool.class - [JAR]