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 xchange-bitcoincore-5.1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.knowm.xchange.bitcoincore
├─ org.knowm.xchange.bitcoincore.BitcoinCore.class - [JAR]
├─ org.knowm.xchange.bitcoincore.BitcoinCoreAdapters.class - [JAR]
├─ org.knowm.xchange.bitcoincore.BitcoinCoreWallet.class - [JAR]
org.knowm.xchange.bitcoincore.dto.account
├─ org.knowm.xchange.bitcoincore.dto.account.BitcoinCoreBalanceRequest.class - [JAR]
├─ org.knowm.xchange.bitcoincore.dto.account.BitcoinCoreBalanceResponse.class - [JAR]
├─ org.knowm.xchange.bitcoincore.dto.account.BitcoinCoreUnconfirmedBalanceRequest.class - [JAR]
org.knowm.xchange.bitcoincore.service
├─ org.knowm.xchange.bitcoincore.service.BitcoinCoreAccountService.class - [JAR]
├─ org.knowm.xchange.bitcoincore.service.BitcoinCoreAccountServiceRaw.class - [JAR]
org.knowm.xchange.bitcoincore.dto
├─ org.knowm.xchange.bitcoincore.dto.BitcoinCoreException.class - [JAR]