I found it, the tricky part was there are so many repos just listed there on their git repo page (http://git.eclipse.org/c/), you kind of have to inspect each page, it is listed under the category "platform", as opposed to all the plugin ID's being listed in alphabetic order:

For org.eclipse.debug.core (where IProcess is), it is here:

http://git.eclipse.org/c/platform/eclipse.platform.debug.git/tree/org.eclipse.debug.core

Answer from Zombies on Stack Overflow
🌐
Eclipse
archive.eclipse.org › eclipse › downloads › drops › R-2.0-200206271835 › srcIncludedBuildInstructions.html
Eclipse Source Builds
This source build download contains all the Java code, non-Java resources, and scripts that build a particular version of Eclipse. Although you can manually edit build.xml files in each feature and plug-in, they are typically generated by the Eclipse pde-build plug-in.
🌐
City Tech OpenLab
openlab.citytech.cuny.edu › cet3640 › tutorials › how-to-find-the-source-code-files-in-eclipse
How to Find the Source Code Files in Eclipse – CET 3640
March 19, 2020 - DO NOT submit those, as although they are executable by the JVM, the source code is not available and therefore cannot be properly assessed. In this tutorial I will show you how to find the source code files you need to submit for your labs. The first step is once you are done with your lab, go to Eclipse and identify one of the files that is part of your solution.
🌐
Intertech
intertech.com › home › source code lookup in eclipse
Source Code Lookup in Eclipse - Intertech
January 28, 2025 - First, let’s review the most common ways to navigate into Java files. Control-clicking on a type or method. Opening a type through the Open Type dialog (Ctrl-Shift-T). Clicking on the line number link in a stack trace that was printed to the console. Stepping through code in the debugger. The catch is that Eclipse needs to know where the source code is located.
🌐
DZone
dzone.com › software design and architecture › integration › attaching java source with eclipse ide
Attaching Java source with Eclipse IDE
August 18, 2011 - This will copy the src.zip file in the installation directory. In Eclipse, go to Window -> Preferences -> Java -> Installed JREs -> Add and choose the JDK you have in your system. Eclipse will now list the JARs found ...
Find elsewhere
🌐
GitHub
github.com › eclipse-platform › eclipse.platform
GitHub - eclipse-platform/eclipse.platform: Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure. · GitHub
This repository contains the basis for the Eclipse IDE and a sub-repository of the eclipse-platform organization. It contains multiple modules: Platform provides images like the splash screen. Resources provides Java interfaces like IResource and implementations of workspace, folder, file and file system abstraction.
Starred by 159 users
Forked by 168 users
Languages   Java 96.6% | HTML 1.9% | CSS 0.7% | JavaScript 0.7% | C 0.1% | Makefile 0.0%
🌐
GitHub
github.com › eclipse-jdt › eclipse.jdt.core
GitHub - eclipse-jdt/eclipse.jdt.core · GitHub
This is the core part of Eclipse's Java development tools. It contains the non-UI support for compiling and working with Java code, including the following: an incremental or batch Java compiler that can run standalone or as part of the Eclipse IDE · Java source and class file indexer and search infrastructure
Starred by 233 users
Forked by 182 users
Languages   Java 96.9% | HTML 3.0% | GAP 0.1% | Roff 0.0% | Batchfile 0.0% | Shell 0.0%
🌐
LUV2CODE
luv2code.com › home › java eclipse tutorial – part 4.1: searching and navigating source code
Java Eclipse Tutorial - Part 4.1: Searching and Navigating Source Code - LUV2CODE
August 9, 2014 - In this video you will learn how to use Eclipse to navigate and search for your source code. We’ll learn how to open a class by name. We’ll also discuss how to view a quick outline and we’ll also examine the type hierarchy. Time – 00:20 Okay, so let’s get started. Let’s start with the most common task. You have a project that has a lot of Java ...
🌐
GitHub
github.com › eclipse
Eclipse Foundation · GitHub
May 4, 2026 - Eclipse Foundation has 2 repositories available. Follow their code on GitHub.
🌐
Planet of Bits
planetofbits.com › home › how to attach jdk source code in eclipse
How to attach JDK source code in Eclipse - Planet of Bits
September 13, 2014 - Often while debugging, it is required to view the source code of standard Java classes. This post describes how to attach JDK source code in Eclipse IDE.
🌐
Quora
quora.com › From-where-can-I-download-the-source-code-of-Eclipse-IDE
From where can I download the source code of Eclipse IDE? - Quora
February 2, 2015 - Answer: Eclipse Git repositories But you have to inspect each page for getting source code you need. then you can get source code like this:- eclipse.platform.debug.git - Eclipse Platform Debug
🌐
Quora
quora.com › Java-programming-language-How-do-I-view-the-source-code-of-the-built-in-functions-in-Eclipse-Java-in-order-to-gain-the-implementation-knowledge
Java (programming language): How do I view the source code of the built-in functions in Eclipse (Java) in order to gain the implementation knowledge? - Quora
Answer (1 of 5): Right click on the function whose Implementation you want to see, and the from option by right clicking you can navigate to the internal code for that part. this is for Netbeans, but process is almost same for all IDEs
🌐
Coderanch
coderanch.com › t › 698791 › eclipse › ide › download-eclipse-source-code
download eclipse's source code (Eclipse forum at Coderanch)
After a few hours, you realize that he likes it] [Learn code first? no we apply to learn programming(or also)first thanks] ... It comes with Jdk. Look for src.zip in Jdk folder. How To Ask Questions On RanchHow To Use BB Tags On Ranch Java Beginners FAQRanch Usage FAQ ... Ganesh Patekar wrote:It comes with Jdk. Look for src.zip in Jdk folder. strange are you sure? Jdk have to contain java source eclipse is a project apart of oracle's java i meant the eclipse's application source code not the java source
🌐
Eclipse
archive.eclipse.org › eclipse › downloads › documentation › 2.0 › html › plugins › org.eclipse.jdt.doc.user › reference › ref-124.htm
Source Attachments
For example, when the Java development tools are looking for the source for java.lang.Object and the Object.java file is located in the archive under src/java/lang/Object.java, then src is the prefix. Depending of how a JAR was contributed to the classpath, you can see different types of Source attachment dialogs: In the Archive field, type or browse to select an archive file containing source code for the JAR file.