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-1.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
yourip
├─ yourip.Main.class - [JAR]
├─ yourip.YourIP.class - [JAR]
├─ yourip.YourIPMessageHandler.class - [JAR]
├─ yourip.YourIPMessenger.class - [JAR]
├─ yourip.YourIPModule.class - [JAR]
peertracker
├─ peertracker.MagnetLinkFileReader.class - [JAR]
├─ peertracker.Main.class - [JAR]
├─ peertracker.PeerStats.class - [JAR]
├─ peertracker.StatsDumper.class - [JAR]
yourip.mock
├─ yourip.mock.MockModule.class - [JAR]
├─ yourip.mock.MockStorage.class - [JAR]
├─ yourip.mock.MockStorageUnit.class - [JAR]
├─ yourip.mock.MockTorrent.class - [JAR]
├─ yourip.mock.MockTracker.class - [JAR]
├─ yourip.mock.MockTrackerFactory.class - [JAR]
├─ yourip.mock.MockTrackerResponse.class - [JAR]
datasharing
├─ datasharing.Leecher.class - [JAR]
├─ datasharing.Seeder.class - [JAR]