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.core.runtime-3.12.0.v20160606-1342.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.core.runtime
├─ org.eclipse.core.runtime.ILibrary.class - [JAR]
├─ org.eclipse.core.runtime.ILog.class - [JAR]
├─ org.eclipse.core.runtime.IPlatformRunnable.class - [JAR]
├─ org.eclipse.core.runtime.IPluginDescriptor.class - [JAR]
├─ org.eclipse.core.runtime.IPluginPrerequisite.class - [JAR]
├─ org.eclipse.core.runtime.IPluginRegistry.class - [JAR]
├─ org.eclipse.core.runtime.IProduct.class - [JAR]
├─ org.eclipse.core.runtime.IProductProvider.class - [JAR]
├─ org.eclipse.core.runtime.PerformanceStats.class - [JAR]
├─ org.eclipse.core.runtime.Platform.class - [JAR]
├─ org.eclipse.core.runtime.Plugin.class - [JAR]
├─ org.eclipse.core.runtime.Preferences.class - [JAR]
org.eclipse.core.internal.runtime
├─ org.eclipse.core.internal.runtime.AuthorizationHandler.class - [JAR]
├─ org.eclipse.core.internal.runtime.InternalPlatform.class - [JAR]
├─ org.eclipse.core.internal.runtime.Log.class - [JAR]
├─ org.eclipse.core.internal.runtime.Messages.class - [JAR]
├─ org.eclipse.core.internal.runtime.PerformanceStatsProcessor.class - [JAR]
├─ org.eclipse.core.internal.runtime.PlatformActivator.class - [JAR]
├─ org.eclipse.core.internal.runtime.Product.class - [JAR]
org.eclipse.core.internal.preferences.legacy
├─ org.eclipse.core.internal.preferences.legacy.InitLegacyPreferences.class - [JAR]
├─ org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.class - [JAR]
├─ org.eclipse.core.internal.preferences.legacy.ProductPreferencesService.class - [JAR]