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 james-server-lmtpserver-3.0-beta3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.james.lmtpserver.netty
├─ org.apache.james.lmtpserver.netty.LMTPServer.class - [JAR]
├─ org.apache.james.lmtpserver.netty.LMTPServerMBean.class - [JAR]
org.apache.james.lmtpserver
├─ org.apache.james.lmtpserver.CoreCmdHandlerLoader.class - [JAR]
├─ org.apache.james.lmtpserver.DataLineLMTPMessageHookHandler.class - [JAR]
├─ org.apache.james.lmtpserver.LhloCmdHandler.class - [JAR]
├─ org.apache.james.lmtpserver.LhloWelcomeMessageHandler.class - [JAR]