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 jsuite-file-service-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.scloudic.jsuite.file.service.impl
├─ com.scloudic.jsuite.file.service.impl.FileCategoryServiceImpl.class - [JAR]
├─ com.scloudic.jsuite.file.service.impl.FileInfoServiceImpl.class - [JAR]
com.scloudic.jsuite.file.entity
├─ com.scloudic.jsuite.file.entity.FileCategory.class - [JAR]
├─ com.scloudic.jsuite.file.entity.FileInfo.class - [JAR]
com.scloudic.jsuite.file.mapper
├─ com.scloudic.jsuite.file.mapper.FileCategoryMapper.class - [JAR]
├─ com.scloudic.jsuite.file.mapper.FileInfoMapper.class - [JAR]
com.scloudic.jsuite.file.service
├─ com.scloudic.jsuite.file.service.FileCategoryService.class - [JAR]
├─ com.scloudic.jsuite.file.service.FileInfoService.class - [JAR]