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 dtangler-testdata-good-deps-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
eg.foo.good.deps.client
├─ eg.foo.good.deps.client.AnotherClass.class - [JAR]
├─ eg.foo.good.deps.client.MyClient.class - [JAR]
├─ eg.foo.good.deps.client.MySecondClient.class - [JAR]
├─ eg.foo.good.deps.client.YetAnotherClass.class - [JAR]
eg.foo.good.deps.impl
├─ eg.foo.good.deps.impl.MyService.class - [JAR]
eg.foo.good.deps.api
├─ eg.foo.good.deps.api.MyApi.class - [JAR]