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.eclipse.equinox.ds-1.6.200.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.equinox.internal.ds
├─ org.eclipse.equinox.internal.ds.Activator.class - [JAR]
├─ org.eclipse.equinox.internal.ds.ScrServiceImpl.class - [JAR]
org.apache.felix.scr
├─ org.apache.felix.scr.Component.class - [JAR]
├─ org.apache.felix.scr.Reference.class - [JAR]
├─ org.apache.felix.scr.ScrService.class - [JAR]