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 expenses-hibernate-1.0-alpha-2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.nakedobjects.example.expenses.fixtures
├─ org.nakedobjects.example.expenses.fixtures.UserFixture.class - [JAR]
org.nakedobjects.example.expenses.services.hibernate
├─ org.nakedobjects.example.expenses.services.hibernate.ClaimRepositoryHibernate.class - [JAR]
├─ org.nakedobjects.example.expenses.services.hibernate.EmployeeRepositoryHibernate.class - [JAR]
├─ org.nakedobjects.example.expenses.services.hibernate.HibernateHelper.class - [JAR]
├─ org.nakedobjects.example.expenses.services.hibernate.RecordedActionRepositoryHibernate.class - [JAR]