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 wicket-ki-security-example-base-1.4.8.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.wicketstuff.ki.example
├─ org.wicketstuff.ki.example.ExampleApplication.class - [JAR]
├─ org.wicketstuff.ki.example.ExampleRunner.class - [JAR]
org.wicketstuff.ki.example.pages
├─ org.wicketstuff.ki.example.pages.BasePage.class - [JAR]
├─ org.wicketstuff.ki.example.pages.IndexPage.class - [JAR]
├─ org.wicketstuff.ki.example.pages.LoginPage.class - [JAR]
├─ org.wicketstuff.ki.example.pages.RequireAdminRolePage.class - [JAR]
├─ org.wicketstuff.ki.example.pages.RequireAuthPage.class - [JAR]
├─ org.wicketstuff.ki.example.pages.RequireViewPermissionPage.class - [JAR]
├─ org.wicketstuff.ki.example.pages.UnauthorizedPage.class - [JAR]