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 servertest-dubbo-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.rslai.base.tool.servertest.transport.exception
├─ com.rslai.base.tool.servertest.transport.exception.InitDubboServiceException.class - [JAR]
com.rslai.base.tool.servertest.transport.config
├─ com.rslai.base.tool.servertest.transport.config.DubboServiceConfig.class - [JAR]
com.rslai.base.tool.servertest.transport.model
├─ com.rslai.base.tool.servertest.transport.model.ServiceDesc.class - [JAR]
com.rslai.base.tool.servertest.transport.command
├─ com.rslai.base.tool.servertest.transport.command.DubboExecuteCommand.class - [JAR]
com.rslai.base.tool.servertest.transport.dubbo
├─ com.rslai.base.tool.servertest.transport.dubbo.DubboServiceFactory.class - [JAR]