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 brunner-basic-app-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
app
├─ app.BRunnerApplication.class - [JAR]
├─ app.Main.class - [JAR]
cli
├─ cli.BRunnerCLI.class - [JAR]
├─ cli.BRunnerCLIOptions.class - [JAR]
discovery
├─ discovery.DiscoveryService.class - [JAR]
logManager
├─ logManager.LogManager.class - [JAR]