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 testdata-1.2.22.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.massisframework.testdata
├─ com.massisframework.testdata.LoadSampleHomeAction.class - [JAR]
├─ com.massisframework.testdata.SampleHomeDescription.class - [JAR]
├─ com.massisframework.testdata.SampleHomesLoader.class - [JAR]
├─ com.massisframework.testdata.TestDataPlugin.class - [JAR]
com.massisframework.testdata.gui
├─ com.massisframework.testdata.gui.SampleHomeGUIControl.class - [JAR]
├─ com.massisframework.testdata.gui.SampleHomesGUI.class - [JAR]
com.massisframework.testdata.ai
├─ com.massisframework.testdata.ai.HelloHighLevelController.class - [JAR]