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 jstachio-spring-example-1.3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.jstach.opt.spring.example.message
├─ io.jstach.opt.spring.example.message.MessageConfiguration.class - [JAR]
├─ io.jstach.opt.spring.example.message.MessageController.class - [JAR]
├─ io.jstach.opt.spring.example.message.MessagePage.class - [JAR]
├─ io.jstach.opt.spring.example.message.MessagePageRenderer.class - [JAR]
├─ io.jstach.opt.spring.example.message.package-info.class - [JAR]
io.jstach.opt.spring.example.hello
├─ io.jstach.opt.spring.example.hello.HelloController.class - [JAR]
├─ io.jstach.opt.spring.example.hello.HelloModel.class - [JAR]
├─ io.jstach.opt.spring.example.hello.HelloModelAndView.class - [JAR]
├─ io.jstach.opt.spring.example.hello.HelloModelAndViewView.class - [JAR]
├─ io.jstach.opt.spring.example.hello.HelloModelView.class - [JAR]
├─ io.jstach.opt.spring.example.hello.package-info.class - [JAR]
io.jstach.opt.spring.example
├─ io.jstach.opt.spring.example.App.class - [JAR]
├─ io.jstach.opt.spring.example.TemplateCatalog.class - [JAR]
├─ io.jstach.opt.spring.example.package-info.class - [JAR]