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 MeaningCloudClient-0.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.meaningcloud
├─ com.meaningcloud.ClassRequest.class - [JAR]
├─ com.meaningcloud.ClassResponse.class - [JAR]
├─ com.meaningcloud.DeepCatRequest.class - [JAR]
├─ com.meaningcloud.DeepCatResponse.class - [JAR]
├─ com.meaningcloud.LangRequest.class - [JAR]
├─ com.meaningcloud.LangResponse.class - [JAR]
├─ com.meaningcloud.ParserRequest.class - [JAR]
├─ com.meaningcloud.ParserResponse.class - [JAR]
├─ com.meaningcloud.Request.class - [JAR]
├─ com.meaningcloud.Response.class - [JAR]
├─ com.meaningcloud.SentimentRequest.class - [JAR]
├─ com.meaningcloud.SentimentResponse.class - [JAR]
├─ com.meaningcloud.TopicsRequest.class - [JAR]
├─ com.meaningcloud.TopicsResponse.class - [JAR]
com.meaningcloud.visitor
├─ com.meaningcloud.visitor.ParserResponseVisitor.class - [JAR]