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 Fallwizard-0.8.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.fallwizard
├─ io.github.fallwizard.Fallwizard.class - [JAR]
├─ io.github.fallwizard.FallwizardApplication.class - [JAR]
├─ io.github.fallwizard.FallwizardConfiguredCommand.class - [JAR]
io.github.fallwizard.configuration
├─ io.github.fallwizard.configuration.FallwizardConfiguration.class - [JAR]
├─ io.github.fallwizard.configuration.SpringConfiguration.class - [JAR]
├─ io.github.fallwizard.configuration.SpringPropertyPlaceholderConfigurerConfiguration.class - [JAR]
io.github.fallwizard.auth
├─ io.github.fallwizard.auth.AnonymousUserDetails.class - [JAR]
├─ io.github.fallwizard.auth.SpringSecurityAuthProvider.class - [JAR]