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 com.adobe.mac.core.api.accountsupport-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.adobe.mac.core.api.accountsupport
├─ com.adobe.mac.core.api.accountsupport.AccountLinkingHelper.class - [JAR]
├─ com.adobe.mac.core.api.accountsupport.ProfileHelper.class - [JAR]
├─ com.adobe.mac.core.api.accountsupport.package-info.class - [JAR]
com.adobe.mac.core.api.accountsupport.linkers
├─ com.adobe.mac.core.api.accountsupport.linkers.AccountLinker.class - [JAR]
├─ com.adobe.mac.core.api.accountsupport.linkers.Company.class - [JAR]
├─ com.adobe.mac.core.api.accountsupport.linkers.FailedCompany.class - [JAR]
├─ com.adobe.mac.core.api.accountsupport.linkers.LinkResult.class - [JAR]
├─ com.adobe.mac.core.api.accountsupport.linkers.LoginResult.class - [JAR]
├─ com.adobe.mac.core.api.accountsupport.linkers.UnlinkResult.class - [JAR]