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 micro4j-mvc-sample-1.8.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.webfolder.micro4j.sample.helloworld
├─ io.webfolder.micro4j.sample.helloworld.HelloWorldApplication.class - [JAR]
├─ io.webfolder.micro4j.sample.helloworld.HelloWorldController.class - [JAR]
├─ io.webfolder.micro4j.sample.helloworld.HelloWorldSample.class - [JAR]
io.webfolder.micro4j.sample.htmx
├─ io.webfolder.micro4j.sample.htmx.HelloWorldApplication.class - [JAR]
├─ io.webfolder.micro4j.sample.htmx.HtmxController.class - [JAR]
├─ io.webfolder.micro4j.sample.htmx.HtmxSample.class - [JAR]
io.webfolder.micro4j.sample.pjax
├─ io.webfolder.micro4j.sample.pjax.PjaxApplication.class - [JAR]
├─ io.webfolder.micro4j.sample.pjax.PjaxController.class - [JAR]
├─ io.webfolder.micro4j.sample.pjax.PjaxSample.class - [JAR]