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 jottakloud-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ezand.jottakloud.exceptions
├─ org.ezand.jottakloud.exceptions.JottakloudException.class - [JAR]
org.ezand.jottakloud.deserializers
├─ org.ezand.jottakloud.deserializers.JottacloudDateTimeDeserializer.class - [JAR]
org.ezand.jottakloud
├─ org.ezand.jottakloud.Jottacloud.class - [JAR]
├─ org.ezand.jottakloud.JottacloudAuthentication.class - [JAR]
org.ezand.jottakloud.data
├─ org.ezand.jottakloud.data.Device.class - [JAR]
├─ org.ezand.jottakloud.data.File.class - [JAR]
├─ org.ezand.jottakloud.data.FileDetails.class - [JAR]
├─ org.ezand.jottakloud.data.FileRevision.class - [JAR]
├─ org.ezand.jottakloud.data.Folder.class - [JAR]
├─ org.ezand.jottakloud.data.FolderDetails.class - [JAR]
├─ org.ezand.jottakloud.data.FolderMetadata.class - [JAR]
├─ org.ezand.jottakloud.data.MountPoint.class - [JAR]
├─ org.ezand.jottakloud.data.User.class - [JAR]