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 native-2.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nerdvision.agent.jvmti.api
├─ com.nerdvision.agent.jvmti.api.IBreakpointHook.class - [JAR]
├─ com.nerdvision.agent.jvmti.api.ILineNumberListener.class - [JAR]
com.nerdvision.agent.jvmti
├─ com.nerdvision.agent.jvmti.BreakpointServiceImpl.class - [JAR]
├─ com.nerdvision.agent.jvmti.JvmtiImpl.class - [JAR]
com.nerdvision.agent.jvmti.impl
├─ com.nerdvision.agent.jvmti.impl.BreakpointListener.class - [JAR]
├─ com.nerdvision.agent.jvmti.impl.BreakpointLocation.class - [JAR]
├─ com.nerdvision.agent.jvmti.impl.BreakpointUtils.class - [JAR]
├─ com.nerdvision.agent.jvmti.impl.LineNumberToPosition.class - [JAR]
├─ com.nerdvision.agent.jvmti.impl.Signature.class - [JAR]
├─ com.nerdvision.agent.jvmti.impl.Variable.class - [JAR]