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 agent-loader-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
sun.tools.attach
├─ sun.tools.attach.BsdVirtualMachine.class - [JAR]
├─ sun.tools.attach.HotSpotVirtualMachine.class - [JAR]
├─ sun.tools.attach.LinuxVirtualMachine.class - [JAR]
├─ sun.tools.attach.SolarisVirtualMachine.class - [JAR]
├─ sun.tools.attach.WindowsVirtualMachine.class - [JAR]
com.sun.tools.attach
├─ com.sun.tools.attach.AgentInitializationException.class - [JAR]
├─ com.sun.tools.attach.AgentLoadException.class - [JAR]
├─ com.sun.tools.attach.AttachNotSupportedException.class - [JAR]
├─ com.sun.tools.attach.AttachPermission.class - [JAR]
├─ com.sun.tools.attach.VirtualMachine.class - [JAR]
├─ com.sun.tools.attach.VirtualMachineDescriptor.class - [JAR]
com.bluetrainsoftware.agent
├─ com.bluetrainsoftware.agent.AgentLoader.class - [JAR]
com.sun.tools.attach.spi
├─ com.sun.tools.attach.spi.AttachProvider.class - [JAR]