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 ooo-app-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.threerings.app
├─ com.threerings.app.Log.class - [JAR]
com.threerings.app.client
├─ com.threerings.app.client.AuthUtil.class - [JAR]
├─ com.threerings.app.client.ServiceException.class - [JAR]
com.threerings.app.server
├─ com.threerings.app.server.AppHttpServer.class - [JAR]
├─ com.threerings.app.server.AppServiceServlet.class - [JAR]
├─ com.threerings.app.server.AppServlet.class - [JAR]
├─ com.threerings.app.server.ServletAuthUtil.class - [JAR]
├─ com.threerings.app.server.ServletLogic.class - [JAR]
├─ com.threerings.app.server.UserLogic.class - [JAR]
com.threerings.app.data
├─ com.threerings.app.data.AppCodes.class - [JAR]