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 apollo-hotupdate-demo-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.qiaolin.apollo.test.controller
├─ com.github.qiaolin.apollo.test.controller.HelloController.class - [JAR]
com.github.qiaolin.apollo.test.enumerate
├─ com.github.qiaolin.apollo.test.enumerate.MyEnum.class - [JAR]
com.github.qiaolin.apollo.test.properties
├─ com.github.qiaolin.apollo.test.properties.A.class - [JAR]
├─ com.github.qiaolin.apollo.test.properties.ArrayProperties.class - [JAR]
├─ com.github.qiaolin.apollo.test.properties.DepthProperties.class - [JAR]
├─ com.github.qiaolin.apollo.test.properties.MyProperties.class - [JAR]
├─ com.github.qiaolin.apollo.test.properties.MyService.class - [JAR]
├─ com.github.qiaolin.apollo.test.properties.SecondLevel.class - [JAR]
├─ com.github.qiaolin.apollo.test.properties.ThreeLevel.class - [JAR]
com.github.qiaolin.apollo.test.config
├─ com.github.qiaolin.apollo.test.config.ApolloConfiguration.class - [JAR]
com.github.qiaolin.apollo.test
├─ com.github.qiaolin.apollo.test.Application.class - [JAR]