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 jandex-test-data-3.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test.exec
├─ test.exec.Main.class - [JAR]
test
├─ test.BridgeMethods.class - [JAR]
├─ test.Foo.class - [JAR]
├─ test.ImplicitDeclarationsExampleSupplement.class - [JAR]
├─ test.InnerClassTypeAnnotationsExample.class - [JAR]
├─ test.ModuleAnnotation.class - [JAR]
├─ test.MyAnnotation.class - [JAR]
├─ test.MyRepeatableAnnotation.class - [JAR]
├─ test.Nullable.class - [JAR]
├─ test.RecordExample.class - [JAR]
├─ test.RepeatableAnnotationsExample.class - [JAR]
├─ test.ServiceProviderExample.class - [JAR]
├─ test.TExample.class - [JAR]
├─ test.TypeParameterBoundExample.class - [JAR]
├─ test.TypeUseExample.class - [JAR]
├─ test.Untainted.class - [JAR]
├─ test.VExample.class - [JAR]