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 rept-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.uchciom.rept
├─ com.uchciom.rept.ContentForm.class - [JAR]
├─ com.uchciom.rept.FooterForm.class - [JAR]
├─ com.uchciom.rept.HeaderForm.class - [JAR]
├─ com.uchciom.rept.ListForm.class - [JAR]
├─ com.uchciom.rept.Main.class - [JAR]
├─ com.uchciom.rept.PageForm.class - [JAR]
├─ com.uchciom.rept.RectangleForm.class - [JAR]
├─ com.uchciom.rept.RootForm.class - [JAR]
├─ com.uchciom.rept.TitleForm.class - [JAR]