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 dolphin-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
eu.nyerel.dolphin.exception
├─ eu.nyerel.dolphin.exception.DolphinException.class - [JAR]
├─ eu.nyerel.dolphin.exception.ExportedObjectNotFound.class - [JAR]
eu.nyerel.dolphin.core.client
├─ eu.nyerel.dolphin.core.client.DolphinObjectFactory.class - [JAR]
eu.nyerel.dolphin.utils
├─ eu.nyerel.dolphin.utils.IOUtils.class - [JAR]
├─ eu.nyerel.dolphin.utils.ReflectionUtils.class - [JAR]
eu.nyerel.dolphin.model
├─ eu.nyerel.dolphin.model.Message.class - [JAR]
├─ eu.nyerel.dolphin.model.MethodCall.class - [JAR]
├─ eu.nyerel.dolphin.model.MethodCallResponse.class - [JAR]
eu.nyerel.dolphin.core.server
├─ eu.nyerel.dolphin.core.server.DolphinManagementInterface.class - [JAR]
├─ eu.nyerel.dolphin.core.server.DolphinServer.class - [JAR]
├─ eu.nyerel.dolphin.core.server.MessageHandler.class - [JAR]
├─ eu.nyerel.dolphin.core.server.SocketListener.class - [JAR]