GitHub
github.com › eclipse-ide
Eclipse IDE · GitHub
🌐 Eclipse-Platform contains the core code that powers Eclipse as a Rich Client Platform (RCP), which is used to build powerful desktop applications, no matter the type of app. 💻 JDT is all about the tools for developing Java within the IDE, making Java development smooth and efficient. 🔄 EGit provides all the tools needed to work with Git version control, essential for collaboration in open source ...
Factsheet
Formation February 2, 2004 (2004-02-02)
Type NPO
Purpose advance open source projects, cultivate communities and business ecosystems.
Formation February 2, 2004 (2004-02-02)
Type NPO
Purpose advance open source projects, cultivate communities and business ecosystems.
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.
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%
Videos
01:30
Importing a Java Project from GitHub Into Eclipse - YouTube
07:29
How to push Eclipse Project to GitHub | Share Eclipse Project to ...
10:27
How to Add Project to GitHub from Eclipse IDE Step by Step - YouTube
06:58
Adding Existing Project To Git/GitHub Using Eclipse - YouTube
02:49
Importing a GitHub Project In Eclipse And Working With It - YouTube
03:10
Cloning An Existing GitHub Repository Using Eclipse - YouTube
Eclipse Foundation
projects.eclipse.org › source-repository-type › github
GitHub | projects.eclipse.org
Project is hosted in the Eclipse organization at GitHub.
GitHub
github.com › Eclipse-Java-IDE
Eclipse – Java Integrated Development Environment
April 14, 2026 - Open Source Contributors: Work on open source Java projects using this development platform's Git integration and project management tools. eclipse download, eclipse, eclipse ide, java development environment, integrated development environment, java ide, programming ide, code editor, open source ide, java development tool, software development platform, programming environment, application development tool, java programming software, enterprise development ide, ide for java, development platform, coding environment
GitHub
github.com › eclipse-cdt › cdt
GitHub - eclipse-cdt/cdt: Eclipse CDT™ C/C++ Development Tools
Features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers. Highlights of recent releases and release notes are available in the New & Noteworthy. See also https://projects.eclipse.org/projects/tools.cdt and https://eclipse.org/cdt · The recommended way to obtain Eclipse CDT is to download it as part of the complete Eclipse IDE for C/C++ Developers or Eclipse IDE for Embedded C/C++ Developers from the main Eclipse IDE download site.
Starred by 371 users
Forked by 221 users
Languages Java 94.5% | HTML 4.7% | Makefile 0.3% | C 0.2% | C++ 0.2% | Shell 0.1%
GitHub
github.com › topics › eclipse-ide
eclipse-ide · GitHub Topics · GitHub
The other is the Bazel Java Language Server, which is a build integration for IDEs such as VS Code. java eclipse bazel eclipse-ide vscode-extension languageserverprotocol ... editor language open-source yaml json oss rest eclipse swagger openapi api-description eclipse-ide yaml-editor api-design ...
GitHub
github.com › eclipse-platform › eclipse.platform.ui
GitHub - eclipse-platform/eclipse.platform.ui: Eclipse Platform UI - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure. · GitHub
Some of these form the Eclipse Rich Client Platform (RCP) and can be used for arbitrary rich client applications, while others are specific to the Eclipse IDE. The Platform UI codebase is built on top of the Eclipse Standard Widget Toolkit (SWT), which is developed as an independent project.
Starred by 123 users
Forked by 259 users
Languages Java
Top answer 1 of 6
8
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
2 of 6
6
Depending on your needs, The Eclipse Common Build Infrastructure (CBI) might help.
The CBI project has converted Eclipse into a Tycho project which means you can get all the sources and compile them into a working Eclipse build with 2-3 commands.
GitHub
github.com › eclipse-theia › theia
GitHub - eclipse-theia/theia: Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript. · GitHub
1 month ago - Eclipse Theia is an extensible ... Desktop IDEs and tools with state-of-the-art web technologies. ... Visit the Eclipse Theia website for more information and the Theia documentation. This is the main repository for the Eclipse Theia project, containing the sources of the Theia ...
Starred by 21.6K users
Forked by 2.8K users
Languages TypeScript 96.1% | CSS 2.7% | JavaScript 1.0% | Shell 0.1% | C 0.1% | HTML 0.0%
GitHub
github.com › eclipse › ceylon-ide-eclipse
GitHub - eclipse-archived/ceylon-ide-eclipse: Eclipse Plugin for Ceylon
Next, the following required projects should also be cloned: Ceylon SDK, Ceylon Formatter, Java To Ceylon Converter, and Common code for Ceylon IDEs. To clone all these projects at once, go to the ceylon/ directory ceated in the previous step, and type: ... The directory .../ceylon-ide-eclipse/site/target/repository now contains an Eclipse update site you can install from.
Starred by 59 users
Forked by 28 users
Languages Java 95.2% | Ceylon 4.7% | Java 95.2% | Ceylon 4.7%
GitHub
github.com › eclipse-jdt › eclipse.jdt.core
GitHub - eclipse-jdt/eclipse.jdt.core · GitHub
APIs for code assist, access to the AST and structured manipulation of Java source. For more information and important links, refer to the JDT wiki page or the JDT project overview page. Latest nightly, milestone and release SDK and ECJ builds are available at https://download.eclipse.org/eclipse/downloads/
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%
Vogella
vogella.com › tutorials › EclipseGit › article.html
Eclipse Git Tutorial
May 31, 2026 - Using Eclipse Git with GitHub · 12.1. Clone project · 12.2. Push changes · 13. Writing Good Commit Messages · 13.1. Importance of Git Commit Messages · 13.2. Guidelines for Useful Commit Messages · 13.3. Example Message · 13.4. Good and Bad Examples of Git History · 14. Contributing to EGit - Getting the source code · 15. Eclipse Git Resources · 15.1. vogella Java example code · This tutorial describes the usage of the Eclipse IDE to perform Git operations.
GitHub
github.com › eclipse-egit › egit
GitHub - eclipse-egit/egit: EGit, the git integration of Eclipse IDE · GitHub
EGit, the git integration of Eclipse IDE. Contribute to eclipse-egit/egit development by creating an account on GitHub.
Starred by 37 users
Forked by 20 users
Languages Java 93.8% | HTML 6.0%
Eclipse Che
eclipsesource.com › blogs › 2012 › 08 › 28 › tips-and-tricks-using-eclipse-with-github
Tips and Tricks: Using Eclipse with GitHub
EGit also integrates very well with GitHub, especially when you have the Mylyn GitHub Connector installed. You can easily search for and clone a repository right from your Eclipse IDE.
Eclipse Marketplace
marketplace.eclipse.org › category › free-tagging › github
github | Eclipse Plugins, Bundles and Products - Eclipse Marketplace | Eclipse Foundation
May 29, 2023 - GitHub Copilot for Eclipse is the official plugin from GitHub, providing intelligent coding assistance. Enhance your development workflow on Eclipse with real-time suggestions and... ... Nodeclipse NTS (Node.js Tool Suite) for Windows (x32 & x64) is published on SourceForge. It is based on Eclipse Kepler IDE for Java EE developers and includes Nodeclipse 0.4 and...