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 coin-api-7.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.femtoframework.coin.api
├─ org.femtoframework.coin.api.APIConstants.class - [JAR]
├─ org.femtoframework.coin.api.APIHandler.class - [JAR]
├─ org.femtoframework.coin.api.APIPatch.class - [JAR]
├─ org.femtoframework.coin.api.APIPatchException.class - [JAR]
├─ org.femtoframework.coin.api.APIRequest.class - [JAR]
├─ org.femtoframework.coin.api.APIResponse.class - [JAR]
org.femtoframework.coin.api.ext
├─ org.femtoframework.coin.api.ext.SimpleAPIHandler.class - [JAR]
├─ org.femtoframework.coin.api.ext.YamlPatch.class - [JAR]
org.femtoframework.coin.api.nanohttpd
├─ org.femtoframework.coin.api.nanohttpd.APIServer.class - [JAR]