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 remote-jvm-2023.07.08.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.humans.arch.remote.handler
├─ net.humans.arch.remote.handler.RemoteErrorHandler.class - [JAR]
net.humans.arch.remote
├─ net.humans.arch.remote.RemoteResult.class - [JAR]
net.humans.arch.remote.errors
├─ net.humans.arch.remote.errors.RemoteError.class - [JAR]
├─ net.humans.arch.remote.errors.Undefined.class - [JAR]