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 my-rpc-proxy-1.0.2.my.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
indi.uhyils.rpc.proxy
├─ indi.uhyils.rpc.proxy.RpcProxyFactory.class - [JAR]
indi.uhyils.rpc.proxy.exception
├─ indi.uhyils.rpc.proxy.exception.MethodAndArgsNoMatchException.class - [JAR]
indi.uhyils.rpc.proxy.generic
├─ indi.uhyils.rpc.proxy.generic.GenericService.class - [JAR]
indi.uhyils.rpc.proxy.handler
├─ indi.uhyils.rpc.proxy.handler.RpcProxyDefaultHandler.class - [JAR]
├─ indi.uhyils.rpc.proxy.handler.RpcProxyHandlerInterface.class - [JAR]