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 test-client-1.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.example
├─ org.example.CommonApi.class - [JAR]
├─ org.example.CommonParams.class - [JAR]
├─ org.example.GitHubService.class - [JAR]
├─ org.example.GitHubUsers.class - [JAR]
├─ org.example.JunkApi.class - [JAR]
├─ org.example.MyForm.class - [JAR]
├─ org.example.OtherApi.class - [JAR]
├─ org.example.Repo.class - [JAR]
├─ org.example.Simple.class - [JAR]
├─ org.example.package-info.class - [JAR]
org.example.server
├─ org.example.server.CommonController.class - [JAR]
├─ org.example.server.Main.class - [JAR]
org.example.client
├─ org.example.client.package-info.class - [JAR]