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 hscore-database-h2-4.3.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.hsgamer.hscore.database.driver.h2
├─ me.hsgamer.hscore.database.driver.h2.H2BaseDriver.class - [JAR]
├─ me.hsgamer.hscore.database.driver.h2.H2LocalDriver.class - [JAR]
├─ me.hsgamer.hscore.database.driver.h2.H2MemoryDriver.class - [JAR]
├─ me.hsgamer.hscore.database.driver.h2.H2ServerDriver.class - [JAR]
├─ me.hsgamer.hscore.database.driver.h2.package-info.class - [JAR]
me.hsgamer.hscore.database.client.sql.h2
├─ me.hsgamer.hscore.database.client.sql.h2.H2Client.class - [JAR]
├─ me.hsgamer.hscore.database.client.sql.h2.package-info.class - [JAR]