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 solusvm-1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.afu.solusvm
├─ io.afu.solusvm.Runner.class - [JAR]
io.afu.solusvm.enums
├─ io.afu.solusvm.enums.ExceptionEnums.class - [JAR]
io.afu.solusvm.constant
├─ io.afu.solusvm.constant.SolusVMConstant.class - [JAR]
io.afu.solusvm.client
├─ io.afu.solusvm.client.SVClient.class - [JAR]
io.afu.solusvm.dto
├─ io.afu.solusvm.dto.SolusVMResp.class - [JAR]
io.afu.solusvm.exception
├─ io.afu.solusvm.exception.SVException.class - [JAR]