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 asm-test-9.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jdk15
├─ jdk15.AllStructures.class - [JAR]
org.objectweb.asm.test
├─ org.objectweb.asm.test.AsmTest.class - [JAR]
├─ org.objectweb.asm.test.ClassFile.class - [JAR]
├─ org.objectweb.asm.test.ClassFormatException.class - [JAR]
├─ org.objectweb.asm.test.Util.class - [JAR]
jdk3
├─ jdk3.AllInstructions.class - [JAR]
├─ jdk3.AllStructures.class - [JAR]
├─ jdk3.ArtificialStructures.class - [JAR]
├─ jdk3.LargeMethod.class - [JAR]
├─ jdk3.SubOptimalMaxStackAndLocals.class - [JAR]
jdk11
├─ jdk11.AllInstructions.class - [JAR]
├─ jdk11.AllStructures.class - [JAR]
jdk5
├─ jdk5.AllInstructions.class - [JAR]
├─ jdk5.AllStructures.class - [JAR]
jdk8
├─ jdk8.AllFrames.class - [JAR]
├─ jdk8.AllInstructions.class - [JAR]
├─ jdk8.AllStructures.class - [JAR]
├─ jdk8.LargeMethod.class - [JAR]
annotations
├─ annotations.ICA.class - [JAR]
├─ annotations.IFA.class - [JAR]
├─ annotations.IMA.class - [JAR]
├─ annotations.IPA.class - [JAR]
├─ annotations.ITA.class - [JAR]
├─ annotations.ITPA.class - [JAR]
├─ annotations.ITUA.class - [JAR]
├─ annotations.IVA.class - [JAR]
├─ annotations.VCA.class - [JAR]
├─ annotations.VFA.class - [JAR]
├─ annotations.VMA.class - [JAR]
├─ annotations.VPA.class - [JAR]
├─ annotations.VTA.class - [JAR]
├─ annotations.VTPA.class - [JAR]
├─ annotations.VTUA.class - [JAR]
├─ annotations.VVA.class - [JAR]
jdk9
├─ jdk9.module-info.class - [JAR]
jdk9.pkg
├─ jdk9.pkg.A.class - [JAR]
jdk9.pkg.internal
├─ jdk9.pkg.internal.AImpl.class - [JAR]