https://github.com/eclipse-platform/eclipse.platform
Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.
https://github.com/eclipse-platform/eclipse.platform
eclipse java
Last synced: 9 months ago
JSON representation
Eclipse Platform - a comprehensive set of frameworks and common services that collectively provide a powerful software development infrastructure.
- Host: GitHub
- URL: https://github.com/eclipse-platform/eclipse.platform
- Owner: eclipse-platform
- License: epl-2.0
- Created: 2022-03-17T10:56:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-12T06:45:02.000Z (9 months ago)
- Last Synced: 2025-05-12T07:40:58.507Z (9 months ago)
- Topics: eclipse, java
- Language: Java
- Homepage: https://eclipse.dev/eclipse/
- Size: 150 MB
- Stars: 111
- Watchers: 23
- Forks: 128
- Open Issues: 203
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Eclipse Platform Project
Thanks for your interest in this project.
## Project Description
This repository contains the basis for the [Eclipse IDE](https://www.eclipse.org/eclipseide/) and a sub-repository of the [eclipse-platform](https://github.com/eclipse-platform) organization.
It contains multiple modules:
### [eclipse.platform](https://github.com/eclipse-platform/eclipse.platform/tree/master/platform)
Platform provides images like the splash screen.
### [eclipse.resources](https://github.com/eclipse-platform/eclipse.platform/tree/master/resources)
Resources provides Java interfaces like `IResource` and implementations of workspace, folder, file and file system abstraction.
### [eclipse.runtime](https://github.com/eclipse-platform/eclipse.platform/tree/master/runtime)
Runtime provides Java interfaces like `IJob`, `ISchedulingRule` and implements scheduling of multithreaded jobs with exclusive access to a resource.
### [eclipse.update](https://github.com/eclipse-platform/eclipse.platform/tree/master/update)
Update provides Java interfaces like `IPlatformConfiguration`. `IPlatformConfiguration` represents the runtime configuration.
## How to Contribute
Contributions are most welcome. There are many ways to contribute, from entering high quality bug reports, to contributing code or documentation changes.
For a complete guide, see the [CONTRIBUTING](https://github.com/eclipse-platform/.github/blob/main/CONTRIBUTING.md) page.
[](
https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-platform/eclipse.platform/master/releng/org.eclipse.platform.setup/PlatformConfiguration.setup&show=true
"Click to open Eclipse-Installer Auto Launch or drag into your running installer")
## Documentation
For additional documentation, please refer to the [docs directory](./docs) and [The Official Eclipse FAQs](./docs/FAQ/The_Official_Eclipse_FAQs.md).
## Issue Tracking
This project uses GitHub to track ongoing development and issues. In case you have an issue, please read the information about Eclipse being a [community project](https://github.com/eclipse-platform#community) and bear in mind that this project is almost entirely developed by volunteers. So the contributors may not be able to look into every reported issue. You will also find the information about [how to find and report issues](https://github.com/eclipse-platform#reporting-issues) in repositories of the `eclipse-platform` organization there. Be sure to search for existing issues before you create another one.
In case you want to report an issue that is specific to this `eclipse.platform` repository, you can [find existing issues](https://github.com/eclipse-platform/eclipse.platform/issues) or [create new issues](https://github.com/eclipse-platform/eclipse.platform/issues/new) within this repository.
## Contact
Contact the project developers via the project's "dev" list.
-
## License
[Eclipse Public License (EPL) 2.0](https://www.eclipse.org/legal/epl-2.0/)