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 jvm-attach-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mageddo.platform
├─ com.mageddo.platform.JvmArch.class - [JAR]
├─ com.mageddo.platform.Os.class - [JAR]
├─ com.mageddo.platform.Platform.class - [JAR]
com.mageddo.jvm.attach
├─ com.mageddo.jvm.attach.IoUtils.class - [JAR]
├─ com.mageddo.jvm.attach.Jattach.class - [JAR]
├─ com.mageddo.jvm.attach.JvmAttach.class - [JAR]