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 hunter-debug-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.quinn.hunter.plugin.debug.bytecode.prego
├─ com.quinn.hunter.plugin.debug.bytecode.prego.DebugPreGoClassAdapter.class - [JAR]
├─ com.quinn.hunter.plugin.debug.bytecode.prego.DebugPreGoMethodAdapter.class - [JAR]
com.quinn.hunter.plugin.debug.bytecode
├─ com.quinn.hunter.plugin.debug.bytecode.DebugClassAdapter.class - [JAR]
├─ com.quinn.hunter.plugin.debug.bytecode.DebugMethodAdapter.class - [JAR]
├─ com.quinn.hunter.plugin.debug.bytecode.DebugWeaver.class - [JAR]
├─ com.quinn.hunter.plugin.debug.bytecode.Parameter.class - [JAR]
├─ com.quinn.hunter.plugin.debug.bytecode.Utils.class - [JAR]
com.quinn.hunter.plugin.debug
├─ com.quinn.hunter.plugin.debug.DebugHunterExtension.class - [JAR]
├─ com.quinn.hunter.plugin.debug.DebugHunterPlugin.class - [JAR]
├─ com.quinn.hunter.plugin.debug.DebugHunterTransform.class - [JAR]