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 df-core-launch-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.dreamfame.core.launch.config
├─ cn.dreamfame.core.launch.config.DreamLaunchConfiguration.class - [JAR]
cn.dreamfame.core.launch
├─ cn.dreamfame.core.launch.LaunchApplication.class - [JAR]
├─ cn.dreamfame.core.launch.StartEventListener.class - [JAR]
cn.dreamfame.core.launch.utils
├─ cn.dreamfame.core.launch.utils.PropsUtil.class - [JAR]
cn.dreamfame.core.launch.service
├─ cn.dreamfame.core.launch.service.LauncherService.class - [JAR]
cn.dreamfame.core.launch.constant
├─ cn.dreamfame.core.launch.constant.AppConstant.class - [JAR]
├─ cn.dreamfame.core.launch.constant.NacosConstant.class - [JAR]
cn.dreamfame.core.launch.props
├─ cn.dreamfame.core.launch.props.DreamProperties.class - [JAR]