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 acris-recorder-dto-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
sk.seges.acris.recorder.server.model.dto.configuration
├─ sk.seges.acris.recorder.server.model.dto.configuration.RecordingLogDTOConfiguration.class - [JAR]
├─ sk.seges.acris.recorder.server.model.dto.configuration.RecordingLogDTOConverter.class - [JAR]
├─ sk.seges.acris.recorder.server.model.dto.configuration.RecordingSessionDTOConfiguration.class - [JAR]
├─ sk.seges.acris.recorder.server.model.dto.configuration.RecordingSessionDTOConverter.class - [JAR]
sk.seges.acris.recorder.server
├─ sk.seges.acris.recorder.server.AcrisRecorderDtoConverterProvider.class - [JAR]
sk.seges.acris.recorder.shared.model.dto
├─ sk.seges.acris.recorder.shared.model.dto.RecordingLogDTO.class - [JAR]
├─ sk.seges.acris.recorder.shared.model.dto.RecordingSessionDTO.class - [JAR]