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 tutorials-flow5-8.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.datafx.tutorial
├─ io.datafx.tutorial.Tutorial5Main.class - [JAR]
├─ io.datafx.tutorial.WizardController.class - [JAR]
├─ io.datafx.tutorial.WizardView1Controller.class - [JAR]
├─ io.datafx.tutorial.WizardView2Controller.class - [JAR]
├─ io.datafx.tutorial.WizardView3Controller.class - [JAR]
├─ io.datafx.tutorial.WizardView4Controller.class - [JAR]
├─ io.datafx.tutorial.WizardView5Controller.class - [JAR]