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 org.osgi.test.cases.bundle.annotations-8.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.osgi.test.support.string
├─ org.osgi.test.support.string.Strings.class - [JAR]
org.osgi.test.cases.bundle.annotations.junit
├─ org.osgi.test.cases.bundle.annotations.junit.AnnotationsTestCase.class - [JAR]
├─ org.osgi.test.cases.bundle.annotations.junit.CapabilityAnnotationsTestClass.class - [JAR]
├─ org.osgi.test.cases.bundle.annotations.junit.ExportAnnotationsTestCase.class - [JAR]
├─ org.osgi.test.cases.bundle.annotations.junit.HeaderAnnotationsTestClass.class - [JAR]
├─ org.osgi.test.cases.bundle.annotations.junit.RequirementAnnotationsTestClass.class - [JAR]
org.osgi.test.support.map
├─ org.osgi.test.support.map.Maps.class - [JAR]
org.osgi.test.support.junit5
├─ org.osgi.test.support.junit5.AbstractOSGiTestCase.class - [JAR]
org.osgi.test.support.sleep
├─ org.osgi.test.support.sleep.Sleep.class - [JAR]