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-videoeditor-ffmpeg-impl-14.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencastproject.videoeditor.impl
├─ org.opencastproject.videoeditor.impl.VideoClip.class - [JAR]
├─ org.opencastproject.videoeditor.impl.VideoEditorProperties.class - [JAR]
├─ org.opencastproject.videoeditor.impl.VideoEditorServiceImpl.class - [JAR]
org.opencastproject.videoeditor.ffmpeg
├─ org.opencastproject.videoeditor.ffmpeg.FFmpegEdit.class - [JAR]
org.opencastproject.videoeditor.endpoint
├─ org.opencastproject.videoeditor.endpoint.VideoEditorServiceEndpoint.class - [JAR]