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 core_2.10-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.finch
├─ io.finch.Endpoint.class - [JAR]
├─ io.finch.package.class - [JAR]
io.finch.response
├─ io.finch.response.package.class - [JAR]
io.finch.auth
├─ io.finch.auth.package.class - [JAR]
io.finch.request
├─ io.finch.request.package.class - [JAR]