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 nexus-server-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.threerings.nexus.distrib
├─ com.threerings.nexus.distrib.Action.class - [JAR]
├─ com.threerings.nexus.distrib.EntityNotFoundException.class - [JAR]
├─ com.threerings.nexus.distrib.Nexus.class - [JAR]
├─ com.threerings.nexus.distrib.Request.class - [JAR]
com.threerings.nexus.server
├─ com.threerings.nexus.server.EntityContext.class - [JAR]
├─ com.threerings.nexus.server.GlobalMap.class - [JAR]
├─ com.threerings.nexus.server.NexusConfig.class - [JAR]
├─ com.threerings.nexus.server.NexusServer.class - [JAR]
├─ com.threerings.nexus.server.ObjectManager.class - [JAR]
├─ com.threerings.nexus.server.Session.class - [JAR]
├─ com.threerings.nexus.server.SessionLocal.class - [JAR]
├─ com.threerings.nexus.server.SessionManager.class - [JAR]