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 analysis-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.onlyguo.nginx
├─ com.github.onlyguo.nginx.MainTest.class - [JAR]
com.github.onlyguo.nginx.core
├─ com.github.onlyguo.nginx.core.NginxConfParser.class - [JAR]
├─ com.github.onlyguo.nginx.core.NginxConfig.class - [JAR]
com.github.onlyguo.nginx.conf
├─ com.github.onlyguo.nginx.conf.Configure.class - [JAR]
com.github.onlyguo.nginx.entity
├─ com.github.onlyguo.nginx.entity.NginxBlockConfItem.class - [JAR]
├─ com.github.onlyguo.nginx.entity.NginxCommentsConfItem.class - [JAR]
├─ com.github.onlyguo.nginx.entity.NginxConfItem.class - [JAR]
├─ com.github.onlyguo.nginx.entity.NginxInlineConfItem.class - [JAR]
com.github.onlyguo.nginx.utils
├─ com.github.onlyguo.nginx.utils.PropertiesUtil.class - [JAR]