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 atp-client-tool-1.0.4.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.LinuxVirtualMachine.class - [JAR]
├─ sun.tools.attach.VirtualMachineImpl.class - [JAR]
├─ sun.tools.attach.WindowsVirtualMachine.class - [JAR]
com.aliyun.atp.tool
├─ com.aliyun.atp.tool.Command.class - [JAR]
├─ com.aliyun.atp.tool.CommandOption.class - [JAR]
├─ com.aliyun.atp.tool.FullJcmdCommand.class - [JAR]
├─ com.aliyun.atp.tool.HeapDumpCommand.class - [JAR]
├─ com.aliyun.atp.tool.HeapHistogramCommand.class - [JAR]
├─ com.aliyun.atp.tool.HotSpotVM.class - [JAR]
├─ com.aliyun.atp.tool.JcmdCommand.class - [JAR]
├─ com.aliyun.atp.tool.Main.class - [JAR]
├─ com.aliyun.atp.tool.ThreadDumpCommand.class - [JAR]