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 better-websocket-demo-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.bettersupport.websocket.demo
├─ io.github.bettersupport.websocket.demo.DemoApplication.class - [JAR]
io.github.bettersupport.websocket.demo.api
├─ io.github.bettersupport.websocket.demo.api.TestApi.class - [JAR]
io.github.bettersupport.websocket.demo.endpoint
├─ io.github.bettersupport.websocket.demo.endpoint.ChatOnline.class - [JAR]
├─ io.github.bettersupport.websocket.demo.endpoint.GameOnline.class - [JAR]
├─ io.github.bettersupport.websocket.demo.endpoint.Other.class - [JAR]