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 word-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fire_erudition.word.service
├─ fire_erudition.word.service.WordService.class - [JAR]
fire_erudition.word.entity
├─ fire_erudition.word.entity.Cell.class - [JAR]
├─ fire_erudition.word.entity.DataMap.class - [JAR]
├─ fire_erudition.word.entity.Student.class - [JAR]
├─ fire_erudition.word.entity.WordMap1.class - [JAR]
fire_erudition.word
├─ fire_erudition.word.WordApplication.class - [JAR]
fire_erudition.word.util
├─ fire_erudition.word.util.WordUtil.class - [JAR]
fire_erudition.word.controller
├─ fire_erudition.word.controller.WordController.class - [JAR]