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 tests-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pl.ppwozniak.tests.network.simple
├─ pl.ppwozniak.tests.network.simple.SimpleClient.class - [JAR]
├─ pl.ppwozniak.tests.network.simple.SimpleServer.class - [JAR]
pl.ppwozniak.tests.json.read
├─ pl.ppwozniak.tests.json.read.PersonReader1.class - [JAR]
├─ pl.ppwozniak.tests.json.read.TestReader1.class - [JAR]
pl.ppwozniak.tests.vcard
├─ pl.ppwozniak.tests.vcard.FirstClass.class - [JAR]
pl.ppwozniak.tests.json.common
├─ pl.ppwozniak.tests.json.common.FileName.class - [JAR]
├─ pl.ppwozniak.tests.json.common.Person.class - [JAR]
pl.ppwozniak.tests.json.write
├─ pl.ppwozniak.tests.json.write.PersonWriter1.class - [JAR]
├─ pl.ppwozniak.tests.json.write.TestWriter1.class - [JAR]