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 cats.ws-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cats.soap
├─ com.cats.soap.CSoapClient.class - [JAR]
com.cats.https
├─ com.cats.https.CBasicSession.class - [JAR]
├─ com.cats.https.CHttpClient.class - [JAR]
├─ com.cats.https.CHttpRequest.class - [JAR]
├─ com.cats.https.CHttpResponse.class - [JAR]
├─ com.cats.https.CHttpsRequest.class - [JAR]
├─ com.cats.https.CSSLContextBuilderException.class - [JAR]
├─ com.cats.https.CSession.class - [JAR]