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 xcloud-shell-example-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wl4g.shell.example.service
├─ com.wl4g.shell.example.service.ExampleService.class - [JAR]
├─ com.wl4g.shell.example.service.ExampleServiceImpl.class - [JAR]
com.wl4g.shell.example.web
├─ com.wl4g.shell.example.web.TestController.class - [JAR]
com.wl4g.shell.example.console.args
├─ com.wl4g.shell.example.console.args.MixedArgument.class - [JAR]
├─ com.wl4g.shell.example.console.args.SumArgument.class - [JAR]
├─ com.wl4g.shell.example.console.args.SumResult.class - [JAR]
com.wl4g.shell.example.console
├─ com.wl4g.shell.example.console.ExampleConsole.class - [JAR]
com.wl4g
├─ com.wl4g.ShellExample.class - [JAR]