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 coweb-server-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.coweb.servlet
├─ org.coweb.servlet.AdminServlet.class - [JAR]
org.coweb.bots.transport
├─ org.coweb.bots.transport.LocalTransport.class - [JAR]
├─ org.coweb.bots.transport.Transport.class - [JAR]
org.coweb
├─ org.coweb.CowebException.class - [JAR]
├─ org.coweb.CowebExtension.class - [JAR]
├─ org.coweb.CowebSecurityPolicy.class - [JAR]
├─ org.coweb.DefaultSessionModerator.class - [JAR]
├─ org.coweb.DefaultUpdaterTypeMatcher.class - [JAR]
├─ org.coweb.LateJoinHandler.class - [JAR]
├─ org.coweb.ModeratorLateJoinHandler.class - [JAR]
├─ org.coweb.OperationEngineHandler.class - [JAR]
├─ org.coweb.ServiceHandler.class - [JAR]
├─ org.coweb.SessionHandler.class - [JAR]
├─ org.coweb.SessionManager.class - [JAR]
├─ org.coweb.SessionModerator.class - [JAR]
├─ org.coweb.UpdaterTypeMatcher.class - [JAR]