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 github-jobs-java-api-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.bean
├─ com.github.bean.Job.class - [JAR]
├─ com.github.bean.Search.class - [JAR]
├─ com.github.bean.User.class - [JAR]
com.github.jobs.api
├─ com.github.jobs.api.ApiConstants.class - [JAR]
├─ com.github.jobs.api.GithubJobsApi.class - [JAR]
com.github.api
├─ com.github.api.ApiConstants.class - [JAR]
├─ com.github.api.GithubApi.class - [JAR]