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 hhd-spring-plugin-manager-0.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tang.config
├─ com.tang.config.MyPluginRunningConfigV2.class - [JAR]
├─ com.tang.config.PluginConfig.class - [JAR]
com.tang.tomcat
├─ com.tang.tomcat.TomcatPluginClassLoader.class - [JAR]
com.tang
├─ com.tang.PluginConfigProperties.class - [JAR]
├─ com.tang.PluginProperties.class - [JAR]
com.tang.utils
├─ com.tang.utils.AopTargetUtils.class - [JAR]
├─ com.tang.utils.CommonUtils.class - [JAR]