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 ogema-exam-security2-2.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ogema.tests.security.testbase
├─ org.ogema.tests.security.testbase.CustomResourceType.class - [JAR]
├─ org.ogema.tests.security.testbase.SecurityTestBase.class - [JAR]
├─ org.ogema.tests.security.testbase.SecurityTestUtils.class - [JAR]
org.ogema.tests.security.testbase.servlet
├─ org.ogema.tests.security.testbase.servlet.TestClient.class - [JAR]
├─ org.ogema.tests.security.testbase.servlet.TestServlet.class - [JAR]
├─ org.ogema.tests.security.testbase.servlet.TestWebresource.class - [JAR]
org.ogema.tests.security.testbase.app.impl
├─ org.ogema.tests.security.testbase.app.impl.TestApp.class - [JAR]