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.http.registry-1.3.200.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.equinox.http.registry
├─ org.eclipse.equinox.http.registry.HttpContextExtensionService.class - [JAR]
org.eclipse.equinox.http.registry.internal
├─ org.eclipse.equinox.http.registry.internal.Activator.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.DefaultRegistryHttpContext.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.ExtensionPointTracker.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.FilterManager.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.HttpContextManager.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.HttpRegistryManager.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.HttpServiceTracker.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.ResourceManager.class - [JAR]
├─ org.eclipse.equinox.http.registry.internal.ServletManager.class - [JAR]