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 examples-0.0.24.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.higgs.examples.boson
├─ io.higgs.examples.boson.DemoClient.class - [JAR]
├─ io.higgs.examples.boson.Nested.class - [JAR]
├─ io.higgs.examples.boson.NestedField.class - [JAR]
├─ io.higgs.examples.boson.PoloExample.class - [JAR]
io.higgs.examples.httpServer.restService
├─ io.higgs.examples.httpServer.restService.Api.class - [JAR]
├─ io.higgs.examples.httpServer.restService.Demo.class - [JAR]
io.higgs.examples.websocketClient
├─ io.higgs.examples.websocketClient.WebSocketDemo.class - [JAR]
io.higgs.examples.websocketServer
├─ io.higgs.examples.websocketServer.Api.class - [JAR]
├─ io.higgs.examples.websocketServer.Pojo.class - [JAR]
├─ io.higgs.examples.websocketServer.WebSocketDemo.class - [JAR]
io.higgs.examples.httpClient
├─ io.higgs.examples.httpClient.Demo.class - [JAR]