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 jk-remote-reflection-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jk.reflection.client
├─ com.jk.reflection.client.ReflectionClient.class - [JAR]
com.jk.reflection.common
├─ com.jk.reflection.common.MethodCallInfo.class - [JAR]
├─ com.jk.reflection.common.RemoteReflectionException.class - [JAR]
com.jk.reflection.server
├─ com.jk.reflection.server.ClientHandler.class - [JAR]
├─ com.jk.reflection.server.MethodsCaller.class - [JAR]
├─ com.jk.reflection.server.ReflectionServer.class - [JAR]