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 hotswap-3.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zfoo.hotswap.agent
├─ com.zfoo.hotswap.agent.HotSwapAgent.class - [JAR]
com.zfoo.hotswap.service
├─ com.zfoo.hotswap.service.HotSwapServiceMBean.class - [JAR]
├─ com.zfoo.hotswap.service.IHotSwapServiceMBean.class - [JAR]
com.zfoo.hotswap.util
├─ com.zfoo.hotswap.util.HotSwapUtils.class - [JAR]
com.zfoo.hotswap.model
├─ com.zfoo.hotswap.model.ClassFileDef.class - [JAR]
com.zfoo.hotswap
├─ com.zfoo.hotswap.HotSwapContext.class - [JAR]
com.zfoo.hotswap.manager
├─ com.zfoo.hotswap.manager.HotSwapManager.class - [JAR]
├─ com.zfoo.hotswap.manager.IHotSwapManager.class - [JAR]