Mailaender (talk | contribs) (it is not shipped as part of Fedora anymore) |
Mailaender (talk | contribs) m (links, sorting) |
||
Line 1: | Line 1: | ||
[ | [https://www.eclipse.org/ide '''Eclipse'''] is an open-source (under the Eclipse Public License, or EPL) powerful [[Integrated development environment|IDE]] with tooling for various languages. It has a GTK+ user interface and is written in Java. As it is written in Java it is cross-platform and capable of running on Linux, MacOS and Windows. It is maintained and used by a large community of volunteers and companies. | ||
== Installation == | == Installation == | ||
Line 9: | Line 9: | ||
You may also install it using Gnome Software or KDE Discover; look for Eclipse IDE for Java Developers. | You may also install it using Gnome Software or KDE Discover; look for Eclipse IDE for Java Developers. | ||
== Troubleshooting == | |||
=== No Splashscreen Image === | |||
As the splash is stored as legacy BMP try | |||
<pre>yum install gdk-pixbuf2-modules-extra</pre> | |||
to fix it. | |||
== Fedora Eclipse == | == Fedora Eclipse == | ||
Line 22: | Line 28: | ||
Most of the Fedora "free java" people hang out on #fedora-java on [http://freenode.net Freenode] . There are also people on #classpath also on Freenode. Community around the [http://www.eclipse.org/linuxtools/ Eclipse Linux Tools] project is emerging now and developers are hanging out on #eclipse-linux on Freenode. | Most of the Fedora "free java" people hang out on #fedora-java on [http://freenode.net Freenode] . There are also people on #classpath also on Freenode. Community around the [http://www.eclipse.org/linuxtools/ Eclipse Linux Tools] project is emerging now and developers are hanging out on #eclipse-linux on Freenode. | ||
[ | [https://www.redhat.com/mailman/listinfo/fedora-devel-java-list/ Fedora Java Mailing list] | ||
[ | [https://www.eclipse.org Eclipse (upstream)] | ||
[https://planet.eclipse.org Planet Eclipse] | |||
---- | ---- | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Integrated development environments]] | [[Category:Integrated development environments]] |
Revision as of 08:55, 23 November 2024
Eclipse is an open-source (under the Eclipse Public License, or EPL) powerful IDE with tooling for various languages. It has a GTK+ user interface and is written in Java. As it is written in Java it is cross-platform and capable of running on Linux, MacOS and Windows. It is maintained and used by a large community of volunteers and companies.
Installation
It can be installed via merely running:
flatpak install org.eclipse.Java
You may also install it using Gnome Software or KDE Discover; look for Eclipse IDE for Java Developers.
Troubleshooting
No Splashscreen Image
As the splash is stored as legacy BMP try
yum install gdk-pixbuf2-modules-extra
to fix it.
Fedora Eclipse
Fedora Eclipse is a community project encompassing everything Eclipse-related in Fedora. We ship the Eclipse SDK along with some plugins (see below).
Would you like to help?
Talk to us on IRC or the java-devel mailing list. Package a plugin for Fedora!
Contact
See Eclipse on Flathub for bug reports and pull requests on the Flatpak manifest.
Most of the Fedora "free java" people hang out on #fedora-java on Freenode . There are also people on #classpath also on Freenode. Community around the Eclipse Linux Tools project is emerging now and developers are hanging out on #eclipse-linux on Freenode.