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 emfjson-couchdb-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.emfjson.couchdb.client
├─ org.emfjson.couchdb.client.Constants.class - [JAR]
├─ org.emfjson.couchdb.client.CouchClient.class - [JAR]
├─ org.emfjson.couchdb.client.CouchDocument.class - [JAR]
├─ org.emfjson.couchdb.client.DB.class - [JAR]
org.emfjson.couchdb
├─ org.emfjson.couchdb.CouchHandler.class - [JAR]
org.emfjson.couchdb.streams
├─ org.emfjson.couchdb.streams.CouchInputStream.class - [JAR]
├─ org.emfjson.couchdb.streams.CouchOutputStream.class - [JAR]