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 opencast-common-jpa-impl-14.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencastproject.serviceregistry.impl.jpa
├─ org.opencastproject.serviceregistry.impl.jpa.HostRegistrationJpaImpl.class - [JAR]
├─ org.opencastproject.serviceregistry.impl.jpa.ServiceRegistrationJpaImpl.class - [JAR]
org.opencastproject.security.impl.jpa
├─ org.opencastproject.security.impl.jpa.JpaGroup.class - [JAR]
├─ org.opencastproject.security.impl.jpa.JpaOrganization.class - [JAR]
├─ org.opencastproject.security.impl.jpa.JpaRole.class - [JAR]
├─ org.opencastproject.security.impl.jpa.JpaUser.class - [JAR]
├─ org.opencastproject.security.impl.jpa.JpaUserReference.class - [JAR]
org.opencastproject.job.jpa
├─ org.opencastproject.job.jpa.JpaJob.class - [JAR]