> For the complete documentation index, see [llms.txt](https://educacion.gitbook.io/programacion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://educacion.gitbook.io/programacion/ud1-introduccion-a-programacion/introducion-a-java/ides/eclipse.md).

# Eclipse

![](https://educacion.gitbook.io/accDatos/~gitbook/image?url=https%3A%2F%2F503650427-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F88KtWnBxui1dLWiqDUoz%252Fuploads%252FMFuW9ZmSDRcnwuSsSDfj%252Fimage.png%3Falt%3Dmedia%26token%3D8f63326a-9ba7-40c7-a381-902d5c2a9f58\&width=768\&dpr=4\&quality=100\&sign=74f9b991\&sv=2)

[Eclipse IDE](https://www.eclipse.org/) é desenvolvido por Eclipse Foundation. Eclipse foi durante moito tempo un dos IDEs máis utilizados para Java e segue sendo moi popular, especialmente en ambientes corporativos. É de código aberto e gratuíto, e ten unha gran cantidade de ***plugins*** que permiten estender a súa funcionalidade.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://educacion.gitbook.io/programacion/ud1-introduccion-a-programacion/introducion-a-java/ides/eclipse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
