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 c-jsongen-es-demo-1.14.6.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bixuebihui.test.controller
├─ com.bixuebihui.test.controller.MyTestController.class - [JAR]
com.bixuebihui
├─ com.bixuebihui.App.class - [JAR]
com.example.es.business
├─ com.example.es.business.ContentsManager.class - [JAR]
com.example.es
├─ com.example.es.EsConfig.class - [JAR]
com.example.es.pojo
├─ com.example.es.pojo.Contents.class - [JAR]
com.example.es.dal
├─ com.example.es.dal.ContentsList.class - [JAR]