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 demo_2.11-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.finch.demo
├─ io.finch.demo.AuthRequest.class - [JAR]
├─ io.finch.demo.Authorize.class - [JAR]
├─ io.finch.demo.GetAllUsers.class - [JAR]
├─ io.finch.demo.GetUser.class - [JAR]
├─ io.finch.demo.HandleExceptions.class - [JAR]
├─ io.finch.demo.Main.class - [JAR]
├─ io.finch.demo.PostUser.class - [JAR]
├─ io.finch.demo.PostUserTicket.class - [JAR]
├─ io.finch.demo.Ticket.class - [JAR]
├─ io.finch.demo.TicketEndpoint.class - [JAR]
├─ io.finch.demo.ToJson.class - [JAR]
├─ io.finch.demo.TurnModelIntoJson.class - [JAR]
├─ io.finch.demo.User.class - [JAR]
├─ io.finch.demo.UserEndpoint.class - [JAR]
├─ io.finch.demo.UserNotFound.class - [JAR]
├─ io.finch.demo.WithGeneratedId.class - [JAR]