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 echo-app-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
applauncher.spring
├─ applauncher.spring.MainConfiguration.class - [JAR]
io.polyglotted.echoapp
├─ io.polyglotted.echoapp.EchoClient.class - [JAR]
├─ io.polyglotted.echoapp.EchoClientHandler.class - [JAR]
├─ io.polyglotted.echoapp.EchoServer.class - [JAR]
├─ io.polyglotted.echoapp.EchoServerHandler.class - [JAR]
├─ io.polyglotted.echoapp.EchoServerSettings.class - [JAR]