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 fb4j-1-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bitbucket.gkutiel.fb4j
├─ org.bitbucket.gkutiel.fb4j.App.class - [JAR]
├─ org.bitbucket.gkutiel.fb4j.AppTest.class - [JAR]
├─ org.bitbucket.gkutiel.fb4j.Main.class - [JAR]
├─ org.bitbucket.gkutiel.fb4j.Response.class - [JAR]
├─ org.bitbucket.gkutiel.fb4j.UrlUtil.class - [JAR]