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 runtime_registry_compatibility-4.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.core.internal.registry
├─ org.eclipse.core.internal.registry.BundleHelper.class - [JAR]
├─ org.eclipse.core.internal.registry.ExtensionHandle.class - [JAR]
├─ org.eclipse.core.internal.registry.ExtensionPointHandle.class - [JAR]
├─ org.eclipse.core.internal.registry.RegistryCompatibilityHelper.class - [JAR]
org.eclipse.core.runtime
├─ org.eclipse.core.runtime.IExtension.class - [JAR]
├─ org.eclipse.core.runtime.IExtensionPoint.class - [JAR]
├─ org.eclipse.core.runtime.IPluginDescriptor.class - [JAR]