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 LoginService-1.51.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jmockit.loginExample.domain.userAccount
├─ jmockit.loginExample.domain.userAccount.UserAccount.class - [JAR]
jmockit.loginExample.domain.userLogin
├─ jmockit.loginExample.domain.userLogin.AccountLoginLimitReachedException.class - [JAR]
├─ jmockit.loginExample.domain.userLogin.LoginService.class - [JAR]
├─ jmockit.loginExample.domain.userLogin.UserAccountNotFoundException.class - [JAR]
├─ jmockit.loginExample.domain.userLogin.UserAccountRevokedException.class - [JAR]