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 protect-me-ast-test-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.andycandy.protect_me.ast.test
├─ de.andycandy.protect_me.ast.test.DummyClass.class - [JAR]
├─ de.andycandy.protect_me.ast.test.TestGenerationMethod.class - [JAR]
├─ de.andycandy.protect_me.ast.test.TestGenerationMethodWithCustomPrefix.class - [JAR]
├─ de.andycandy.protect_me.ast.test.TestGenerationMethodWithMultipleInterfaces.class - [JAR]
├─ de.andycandy.protect_me.ast.test.TestMethodAnnotation.class - [JAR]
├─ de.andycandy.protect_me.ast.test.TestMethodAnnotationWithMultipleMehtods.class - [JAR]
├─ de.andycandy.protect_me.ast.test.TestMethodAnnotationWithThis.class - [JAR]