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 zenwave-sdk-test-resources-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.zenwave360.sdk.jpa2jdl
├─ io.zenwave360.sdk.jpa2jdl.AbstractAuditingEntity.class - [JAR]
├─ io.zenwave360.sdk.jpa2jdl.Blog.class - [JAR]
├─ io.zenwave360.sdk.jpa2jdl.Post.class - [JAR]
├─ io.zenwave360.sdk.jpa2jdl.Product.class - [JAR]
├─ io.zenwave360.sdk.jpa2jdl.Tag.class - [JAR]
io.zenwave360.sdk.testutils
├─ io.zenwave360.sdk.testutils.MavenCompiler.class - [JAR]
io.zenwave360.sdk.mongodb2jdl
├─ io.zenwave360.sdk.mongodb2jdl.AbstractAuditingEntity.class - [JAR]
├─ io.zenwave360.sdk.mongodb2jdl.Blog.class - [JAR]
├─ io.zenwave360.sdk.mongodb2jdl.Post.class - [JAR]
├─ io.zenwave360.sdk.mongodb2jdl.Tag.class - [JAR]