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 manifold-web-demo-0.32-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
todoapp.view.layouts
├─ todoapp.view.layouts.Main.class - [JAR]
todoapp.model
├─ todoapp.model.ToDo.class - [JAR]
todoapp
├─ todoapp.App.class - [JAR]
todoapp.view.todo
├─ todoapp.view.todo.Display.class - [JAR]
├─ todoapp.view.todo.Edit.class - [JAR]