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 activitiUtils-1.2-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.appundefined.activiti.schedule
├─ com.github.appundefined.activiti.schedule.ScheduleUtils.class - [JAR]
com.github.appundefined.activiti.interfaces
├─ com.github.appundefined.activiti.interfaces.SendInterface.class - [JAR]
com.github.appundefined.activiti
├─ com.github.appundefined.activiti.ActivitiUtils.class - [JAR]
com.github.appundefined.activiti.dto
├─ com.github.appundefined.activiti.dto.HistoryDTO.class - [JAR]
├─ com.github.appundefined.activiti.dto.TimerDTO.class - [JAR]