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 ofx-spring-boot-support-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cc.wanforme.ofx
├─ cc.wanforme.ofx.BaseOFXApplication.class - [JAR]
├─ cc.wanforme.ofx.BaseView.class - [JAR]
├─ cc.wanforme.ofx.FXMLController.class - [JAR]
├─ cc.wanforme.ofx.FXMLView.class - [JAR]
├─ cc.wanforme.ofx.ViewHolder.class - [JAR]