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 example-client_sjs1_3-0.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
listelements
├─ listelements.ListElement.class - [JAR]
├─ listelements.Person.class - [JAR]
demo
├─ demo.App.class - [JAR]
polyui
├─ polyui.WebSocketDemo.class - [JAR]
samples
├─ samples.Cat.class - [JAR]
├─ samples.Dog.class - [JAR]
├─ samples.House.class - [JAR]
├─ samples.IronSample.class - [JAR]
├─ samples.Person.class - [JAR]
├─ samples.Pet.class - [JAR]