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 dumbo-helloworld-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kohlschutter.dumbo.helloworld.consoleout
├─ com.kohlschutter.dumbo.helloworld.consoleout.ConsoleOutDemoApp.class - [JAR]
com.kohlschutter.dumbo.helloworld
├─ com.kohlschutter.dumbo.helloworld.DemoService.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.DemoServiceImpl.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.HelloWorldApp.class - [JAR]
com.kohlschutter.dumbo.helloworld.console
├─ com.kohlschutter.dumbo.helloworld.console.ColorMessage.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.console.CommandLineService.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.console.CommandLineServiceImpl.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.console.ConsoleDemoApp.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.console.PageReloadException.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.console.State.class - [JAR]
├─ com.kohlschutter.dumbo.helloworld.console.UserInputException.class - [JAR]