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 jremote-extensions.np-api-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.pcsoft.framework.jremote.ext.np.api.annotation
├─ org.pcsoft.framework.jremote.ext.np.api.annotation.KeepAlive.class - [JAR]
├─ org.pcsoft.framework.jremote.ext.np.api.annotation.Registration.class - [JAR]
├─ org.pcsoft.framework.jremote.ext.np.api.annotation.RemoteKeepAliveService.class - [JAR]
├─ org.pcsoft.framework.jremote.ext.np.api.annotation.RemoteRegistrationService.class - [JAR]
org.pcsoft.framework.jremote.ext.np.api.exception
├─ org.pcsoft.framework.jremote.ext.np.api.exception.JRemoteNetworkProtocolException.class - [JAR]
org.pcsoft.framework.jremote.ext.np.api
├─ org.pcsoft.framework.jremote.ext.np.api.Client.class - [JAR]
├─ org.pcsoft.framework.jremote.ext.np.api.ClientBase.class - [JAR]
├─ org.pcsoft.framework.jremote.ext.np.api.NetworkProtocol.class - [JAR]
├─ org.pcsoft.framework.jremote.ext.np.api.Service.class - [JAR]
├─ org.pcsoft.framework.jremote.ext.np.api.ServiceBase.class - [JAR]