Skip to content

Eclipse IDE

The Eclipse IDE is an integrated development environment (IDE) that contains a basic workspace and an extensible system of plug-ins for customizing the environment. Eclipse is written in Java and is used to develop applications in the same language, but it can also be used to develop in other programming languages ​​using plug-ins.

Eclipse IDE Editions

Eclipse IDE for Java Developers - essential tools for any Java developer, including Java IDE, Git client, XML editor, Maven ant Gradle integration

Eclipse IDE for Web and JavaScript Developers - essential tools for any JavaScript developer, including JavaScript language support, a Git client, Mylyn, and editors for JavaScript, HTML, CSS, and XML.

Installation using Flatpak

If you have the Flatpak package, you can install Eclipse IDE with one command:

shell
flatpak install flathub org.eclipse.Java

Or using the GNOME Software 🤔

Follow the link to install Eclipse IDE, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button

In the same way you can install Eclipse IDE for Web and JavaScript Developers

shell
flatpak install flathub org.eclipse.Javascript

Or through GNOME Software by following this link

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.