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 che-core-api-account-7.28.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.che.account.spi.jpa
├─ org.eclipse.che.account.spi.jpa.JpaAccountDao.class - [JAR]
org.eclipse.che.account.api
├─ org.eclipse.che.account.api.AccountManager.class - [JAR]
├─ org.eclipse.che.account.api.AccountModule.class - [JAR]
org.eclipse.che.account.event
├─ org.eclipse.che.account.event.BeforeAccountRemovedEvent.class - [JAR]
org.eclipse.che.account.spi
├─ org.eclipse.che.account.spi.AccountDao.class - [JAR]
├─ org.eclipse.che.account.spi.AccountImpl.class - [JAR]
├─ org.eclipse.che.account.spi.AccountValidator.class - [JAR]
org.eclipse.che.account.shared.model
├─ org.eclipse.che.account.shared.model.Account.class - [JAR]