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 bitcoinj-tools-0.15-rc4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bitcoinj.tools
├─ org.bitcoinj.tools.BlockImporter.class - [JAR]
├─ org.bitcoinj.tools.BuildCheckpoints.class - [JAR]
├─ org.bitcoinj.tools.NetworkEnum.class - [JAR]
├─ org.bitcoinj.tools.PaymentProtocolTool.class - [JAR]
├─ org.bitcoinj.tools.TestFeeLevel.class - [JAR]
├─ org.bitcoinj.tools.WalletTool.class - [JAR]
├─ org.bitcoinj.tools.WatchMempool.class - [JAR]