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 nat-traversal-lib-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.maojianwei.nat.traversal.lib
├─ com.maojianwei.nat.traversal.lib.NatService.class - [JAR]
com.maojianwei.nat.traversal.lib.result
├─ com.maojianwei.nat.traversal.lib.result.NatAddResult.class - [JAR]
├─ com.maojianwei.nat.traversal.lib.result.NatGetResult.class - [JAR]
├─ com.maojianwei.nat.traversal.lib.result.NatRegisterResult.class - [JAR]
├─ com.maojianwei.nat.traversal.lib.result.NatRemoveResult.class - [JAR]
├─ com.maojianwei.nat.traversal.lib.result.NatResult.class - [JAR]
├─ com.maojianwei.nat.traversal.lib.result.NatSummaryResult.class - [JAR]