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-runtime-info-14.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencastproject.runtimeinfo
├─ org.opencastproject.runtimeinfo.RestDocsServlet.class - [JAR]
├─ org.opencastproject.runtimeinfo.RuntimeInfo.class - [JAR]
org.opencastproject.runtimeinfo.rest
├─ org.opencastproject.runtimeinfo.rest.RestDocData.class - [JAR]
├─ org.opencastproject.runtimeinfo.rest.RestEndpointData.class - [JAR]
├─ org.opencastproject.runtimeinfo.rest.RestEndpointHolderData.class - [JAR]
├─ org.opencastproject.runtimeinfo.rest.RestFormData.class - [JAR]
├─ org.opencastproject.runtimeinfo.rest.RestFormatData.class - [JAR]
├─ org.opencastproject.runtimeinfo.rest.RestParamData.class - [JAR]
├─ org.opencastproject.runtimeinfo.rest.StatusData.class - [JAR]