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 example-0.0.3-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
store.idragon.tool.example.bean
├─ store.idragon.tool.example.bean.FuncEntity.class - [JAR]
├─ store.idragon.tool.example.bean.Person.class - [JAR]
store.idragon.tool.example
├─ store.idragon.tool.example.Excel.class - [JAR]
├─ store.idragon.tool.example.SceneDemo.class - [JAR]
├─ store.idragon.tool.example.WordTest.class - [JAR]