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 plugin-manager-0.1.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.MyPluginBeanfactoryConfig.class - [JAR]
├─ com.tang.config.MyPluginEnableAutoConfiguration.class - [JAR]
├─ com.tang.config.MyPluginRunningConfig.class - [JAR]
├─ com.tang.config.PluginConfig.class - [JAR]
com.tang
├─ com.tang.MyClassLoader.class - [JAR]
├─ com.tang.MyConfiguration.class - [JAR]
├─ 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]
org.springframework.core.io.support
├─ org.springframework.core.io.support.MyPathMatchingResourcePatternResolver.class - [JAR]