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 demo-0.09.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.fzdwx.springboottest
├─ io.github.fzdwx.springboottest.App.class - [JAR]
io.github.fzdwx.helloworld.serv
├─ io.github.fzdwx.helloworld.serv.Serv.class - [JAR]
├─ io.github.fzdwx.helloworld.serv.ServHandler.class - [JAR]
io.github.fzdwx.springboottest.controller
├─ io.github.fzdwx.springboottest.controller.HelloController.class - [JAR]
├─ io.github.fzdwx.springboottest.controller.Rest123123.class - [JAR]
io.github.fzdwx.helloworld.client
├─ io.github.fzdwx.helloworld.client.Client.class - [JAR]
├─ io.github.fzdwx.helloworld.client.ClientHandler.class - [JAR]
io.github.fzdwx.http
├─ io.github.fzdwx.http.HttpClient.class - [JAR]
├─ io.github.fzdwx.http.HttpServer.class - [JAR]
io.github.fzdwx.tcp
├─ io.github.fzdwx.tcp.TcpTest.class - [JAR]