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 scaffold-launcher-1.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xkcoding.scaffold.launcher.constants
├─ com.xkcoding.scaffold.launcher.constants.AppConstant.class - [JAR]
com.xkcoding.scaffold.launcher.utils
├─ com.xkcoding.scaffold.launcher.utils.IpUtil.class - [JAR]
com.xkcoding.scaffold.launcher.server
├─ com.xkcoding.scaffold.launcher.server.ServerInfo.class - [JAR]
com.xkcoding.scaffold.launcher.config
├─ com.xkcoding.scaffold.launcher.config.ScaffoldLauncherAutoConfiguration.class - [JAR]
com.xkcoding.scaffold.launcher.service
├─ com.xkcoding.scaffold.launcher.service.LauncherService.class - [JAR]
com.xkcoding.scaffold.launcher
├─ com.xkcoding.scaffold.launcher.ScaffoldApplication.class - [JAR]
├─ com.xkcoding.scaffold.launcher.StartEventListener.class - [JAR]
com.xkcoding.scaffold.launcher.props
├─ com.xkcoding.scaffold.launcher.props.ScaffoldProperties.class - [JAR]