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 org.jbundle.thin.app.test-1.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jbundle.thin.app.test.vet.db
├─ org.jbundle.thin.app.test.vet.db.Animal.class - [JAR]
├─ org.jbundle.thin.app.test.vet.db.AnimalVets.class - [JAR]
├─ org.jbundle.thin.app.test.vet.db.Cat.class - [JAR]
├─ org.jbundle.thin.app.test.vet.db.Dog.class - [JAR]
├─ org.jbundle.thin.app.test.vet.db.Vet.class - [JAR]
org.jbundle.thin.app.test.vet.shared.db
├─ org.jbundle.thin.app.test.vet.shared.db.Lizard.class - [JAR]
├─ org.jbundle.thin.app.test.vet.shared.db.Reptile.class - [JAR]
├─ org.jbundle.thin.app.test.vet.shared.db.Snake.class - [JAR]
org.jbundle.thin.app.test.test.db
├─ org.jbundle.thin.app.test.test.db.TestSecond.class - [JAR]
├─ org.jbundle.thin.app.test.test.db.TestTable.class - [JAR]
├─ org.jbundle.thin.app.test.test.db.TestTableHistory.class - [JAR]
├─ org.jbundle.thin.app.test.test.db.TestTableNoAuto.class - [JAR]