Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FAQ Does Eclipse run on any Linux distribution?"

m (Bullets)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Eclipse should work fine on any Linux distribution that has
+
Each release of Eclipse is tested on a set of officially supported platforms:
GTK+ 2.2.1 and higher—SWT is
+
based on GTK2—and a 1.4 JRE. Motif versions
+
require Open Motif 2.1, which is included in the Eclipse distribution.
+
Although the Motif distribution has performance comparable to Windows,
+
its clunky appearance makes GTK the widely preferred choice on Linux.
+
  
However, the Eclipse development teams are  able to perform thorough testing only on a limited set of platforms. Consult the readme included with each Eclipse build for a detailed list of officially supported platforms.  
+
* [https://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_4_7.xml#target_environments Eclipse Platform 4.7 (Oxygen)]
 +
* [https://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_4_6.xml#target_environments Eclipse Platform 4.6 (Neon)]
 +
* [https://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclipse.org/eclipse/development/plans/eclipse_project_plan_4_5.xml#target_environments Eclipse Platform 4.5 (Mars)]
  
Portability of Eclipse is defined mainly by the underlying Java runtime&#151;Eclipse 3.0 needs a Java 1.4 runtime&#151;and by what platform SWT runs on; namely, all graphical UI in Eclipse are based on SWT. Table 2.1 lists various standard Java runtimes. However, earlier versions of Eclipse have also been compiled with <tt>gcj</tt>
+
The latest releases should normally work fine on any recent Linux distribution. But the Linux graphical UI systems change fast and it is entirely possible that newer releases of Eclipse will not work on older distributions, and similarly older releases of Eclipse may not work on newer distributions.
(http://www.klomp.org/mark/classpath/eclipse-gnome-gij.png) and even made to run on .Net, using IKVM on the CLR or Mono through the amazing work of Jeroen Frijters.
+
  
For any given Eclipse build, the supported platforms are listed in the readme file included with the download (<tt>readme_eclipse.html</tt>
+
Portability of Eclipse is defined mainly by the underlying Java runtime (Eclipse 4.6 and later needs a Java 8 runtime) and by what platform SWT runs on, as all graphical UI in Eclipse are based on SWT.
in the <tt>readme</tt> directory).
+
 
 +
For historical interest, earlier versions of Eclipse have also been compiled with <tt>gcj</tt> (http://www.klomp.org/mark/classpath/eclipse-gnome-gij.png) and even made to run on .Net, using IKVM on the CLR or Mono through the amazing work of Jeroen Frijters.
  
 
== See Also: ==
 
== See Also: ==
Line 19: Line 16:
 
* IKVM (http://www.ikvm.net)
 
* IKVM (http://www.ikvm.net)
  
<hr><font size=-2>This FAQ was originally published in [http://www.eclipsefaq.org Official Eclipse 3.0 FAQs]. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the [http://www.eclipse.org/legal/epl-v10.html Eclipse Public License v1.0].</font>
+
{{Template:FAQ_Tagline}}

Latest revision as of 10:57, 28 June 2017

Each release of Eclipse is tested on a set of officially supported platforms:

The latest releases should normally work fine on any recent Linux distribution. But the Linux graphical UI systems change fast and it is entirely possible that newer releases of Eclipse will not work on older distributions, and similarly older releases of Eclipse may not work on newer distributions.

Portability of Eclipse is defined mainly by the underlying Java runtime (Eclipse 4.6 and later needs a Java 8 runtime) and by what platform SWT runs on, as all graphical UI in Eclipse are based on SWT.

For historical interest, earlier versions of Eclipse have also been compiled with gcj (http://www.klomp.org/mark/classpath/eclipse-gnome-gij.png) and even made to run on .Net, using IKVM on the CLR or Mono through the amazing work of Jeroen Frijters.

See Also:


This FAQ was originally published in Official Eclipse 3.0 FAQs. Copyright 2004, Pearson Education, Inc. All rights reserved. This text is made available here under the terms of the Eclipse Public License v1.0.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.