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 ice-rmi-common-0.0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ice.rmi.common.server
├─ com.ice.rmi.common.server.IceRmiServerService.class - [JAR]
com.ice.rmi.common.model
├─ com.ice.rmi.common.model.ClientInfo.class - [JAR]
├─ com.ice.rmi.common.model.ClientOneWayRequest.class - [JAR]
├─ com.ice.rmi.common.model.ClientOneWayResponse.class - [JAR]
com.ice.rmi.common.client
├─ com.ice.rmi.common.client.IceRmiClientService.class - [JAR]