# Eclipse

> Eclipse Java IDE with plugins. Use for Java development. Use when this capability is needed.

- Skill: `tomevault-io/eclipse` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/eclipse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/eclipse/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/eclipse

---


# Eclipse IDE

Eclipse was the dominant Java IDE for a decade. While IntelliJ has taken the lead, Eclipse remains critical for **legacy enterprise** projects and specific industries (Embedded, Auto).

## When to Use

- **Legacy Projects**: Projects built with bespoke Eclipse plugins.
- **OSGi / RCP**: Developing Eclipse plugins or Rich Client Platform apps.
- **Free/Open Source**: Fully FOSS philosophy.

## Core Concepts

### Workspace

Collection of Projects.

### Perspectives

Layouts of views (Java Perspective, Debug Perspective).

### plugins

The OSGi plugin system is the core of Eclipse.

## Best Practices (2025)

**Do**:

- **Use Eclipse Theia**: If you want a modern, VS Code-like experience built on Eclipse tech.
- **Keep it Updated**: The quarterly rolling releases improve performance.

**Don't**:

- **Don't use for modern Web Dev**: It lags behind VS Code/WebStorm for JS/TS.

## References

- [Eclipse Foundation](https://www.eclipse.org/)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/g1joshi) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

