Eclipse для linux debian

How to Install Eclipse IDE in Debian and Ubuntu

Eclipse is a free integrated development environment IDE that is used by programmers around to write software mostly in Java but also in other major programming languages via Eclipse plugins.

The latest release of Eclipse IDE 2020‑06 doesn’t come with pre-build binary packages specific for Debian based Linux distributions. Instead, you can install Eclipse IDE in Ubuntu or Debian based Linux distributions via the compressed installer file.

In this tutorial, we will learn how to install the latest edition of Eclipse IDE 2020‑06 in Ubuntu or in Debian based Linux distributions.

Requirements:

  1. A Desktop machine with a minimum of 2GB of RAM.
  2. Java 9 or higher installed in Debian based distributions.

Install Eclipse IDE in Debian and Ubuntu

A Java 9 or newer JRE/JDK is required to install Eclipse IDE and the easiest way to install Oracle Java JDK using third party PPA as shown.

Install Java on Ubuntu/Debian

For installing Eclipse IDE in your system, first, open a browser and go to Eclipse’s official download page and download the latest version of the tar package specific to your installed Linux distribution architecture.

Alternatively, you can also download the Eclipse IDE tarball installer file in your system via wget utility, by issuing the below command.

After the download completes, navigate to the directory where the archive package has been downloaded, usually Downloads directories from your home, and issue the below commands to start installing Eclipse IDE.

The new Eclipse Installer lists the IDE’s available to Eclipse users. You can choose and click on the IDE package you want to install.

List of Eclipse IDE’s to Install

Next, choose the folder where you want Eclipse to be installed.

Choose Eclipse IDE Installation Folder

Once the installation is finished you can now launch Eclipse.

Читайте также:  Windows service web services

Launch Eclipse IDE Eclipse IDE

Install Eclipse IDE via Snap on Ubuntu

Snap is a software deployment and package management system to manage packages on Linux distribution, you can use snap to install Eclipse IDE on Ubuntu 18.04 or newer using the following commands.

After installing Eclipse, navigate to the Activities Overview and search for Eclipse and launch it…

That’s all! The latest version of Eclipse IDE is now installed in your system. Enjoy programming with Eclipse IDE.

If You Appreciate What We Do Here On TecMint, You Should Consider:

TecMint is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit TecMint! to search or browse the thousands of published articles available FREELY to all.

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

We are thankful for your never ending support.

Источник

Eclipse для linux debian

Community

Participate

Eclipse IDE

  1. Home
  2. Downloads
  3. Packages
  4. Release
  5. Eclipse IDE Helios
  6. M7
  7. Eclipse IDE for Linux Developers

Eclipse IDE for Linux Developers

Package Description

An IDE for Linux developers with Mylyn integration.

This package includes:

  • org.eclipse.cdt,7.0.0
  • org.eclipse.cdt.debug.ui.memory,
  • org.eclipse.cdt.mylyn,
  • org.eclipse.cdt.p2,
  • org.eclipse.cdt.platform,7.0.0
  • org.eclipse.cvs,1.1.0
  • org.eclipse.epp.usagedata.feature,
  • org.eclipse.equinox.p2.user.ui,1.1.0
  • org.eclipse.help,1.1.0
  • org.eclipse.linuxtools.callgraph,
  • org.eclipse.linuxtools.cdt.autotools,
  • org.eclipse.linuxtools.cdt.libhover,
  • org.eclipse.linuxtools.changelog,
  • org.eclipse.linuxtools.gcov,
  • org.eclipse.linuxtools.gprof,
  • org.eclipse.linuxtools.lttng,
  • org.eclipse.linuxtools.man,
  • org.eclipse.linuxtools.oprofile,
  • org.eclipse.linuxtools.rpm,
  • org.eclipse.linuxtools.rpm.ui.editor,
  • org.eclipse.linuxtools.systemtap,
  • org.eclipse.linuxtools.valgrind,
  • org.eclipse.mylyn.bugzilla_feature,
  • org.eclipse.mylyn.context_feature,
  • org.eclipse.mylyn.ide_feature,
  • org.eclipse.mylyn.team_feature,
  • org.eclipse.mylyn.wikitext_feature,
  • org.eclipse.mylyn_feature,
  • org.eclipse.platform,3.6.0
  • org.eclipse.rcp,3.6.0

Maintained by: Eclipse Packaging Project

Bugzilla

Bug ID Title Status
342350 Incorrect dependencies in epp.packages.linuxtools NEW
350153 Linux C/C++ developer package shows CDT 7, not 8 ASSIGNED

Bugs listed in italics indicate the bug has been moved to another project.

Bug ID Title Status
316617 Small correction to Linux developer details RESOLVED
316629 Re-name Linux Tools EPP feature RESOLVED
316630 osgi.requiredJavaVersion should be Java 1.6 RESOLVED
373587 Remove separate Juno EPP product for Linux Tools and instead ship along with C/C++ EPP for supported Linux platforms RESOLVED
303198 Create a «C/C++ Linux Developer» package RESOLVED
315798 Include Linux Tools N&N link RESOLVED
315797 Re-name to «Eclipse IDE for C/C++ Linux Developers»? RESOLVED
314345 The package logo should be improved RESOLVED
315794 The size of the package appears as 0 MB RESOLVED
314179 linux tools package feature needs «linux filter»? CLOSED
344042 Update to CDT 8.0 N&N for Indigo CLOSED
344043 Add new CDT features and EGit to Linux Tools package CLOSED

Bugs listed in italics indicate the bug has been moved to another project.

Источник

Debian Linux Install Eclipse Java / C / C++ IDE

H ow do I install Java and C/C++ integrated development environment called Eclipse under Debian GNU/Linux squeeze v6.xx/7.xx/8.xx/9.xx?

Читайте также:  Служба управления печатью windows 10

Eclipse is a multi-language software development environment. It is written mostly in Java. It can be used to develop applications in Java and, other programming languages including Ada, C, C++, and much more.

Tutorial details
Difficulty level Intermediate
Root privileges Yes
Requirements Debian/Ubuntu
Est. reading time 5m

Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++ and Eclipse PDT for PHP, among others. You need to install the following packages:

  • sun-java6-jdk and sun-java6-jre (or default-jdk and default-jre ) – Sun Java SDK and runtime environment.
  • eclipse-jdt – Eclipse Java development tools (JDT).
  • eclipse-cdt – C/C++ development tools for Eclipse IDE.
  • eclipse – Extensible tool platform and Java IDE.
  • gcc c and c++ – GNU/c and c++ compiler collection.

The following instructions are only compatible with Debian version 6/7/8 and 9.

Sun JDK installation

Open a terminal and login as a root user using sudo -s or su — command. Type the following apt-get command to install Sun JAVA SDK on Debian 6.xx:
$ sudo apt-get install sun-java6-jdk sun-java6-jre sun-java6-bin
Type the following command to configure and set Sun JDK as default java:
$ sudo update-java-alternatives -s java-6-sun
Or use the following command:
$ sudo update-alternatives —config java
Sample outputs:

Fig.01: Setting the default Java to use to Sun Java 6

For Debian version 7/8/9 run:

$ sudo apt-get install default-jdk jre
Verify your new settings, enter:
$ java -version
Sample outputs:

Adjust path as per your java version.

Type the following commands to set up JAVA_HOME and PATH variables for your setup:

Источник

5 Steps to Install Eclipse

We’ve recently introduced the Eclipse Installer, a new and more efficient way to install Eclipse. It is a proper installer (no zip files), with a self-extracting download that leads you through the installation process. For those who prefer not to use the Installer, the packages and zip files are still available on our package download page.

1. Download the Eclipse Installer

Eclipse is hosted on many mirrors around the world. Please select the one closest to you and start to download the Installer

2. Start the Eclipse Installer executable

For Windows users, after the Eclipse Installer executable has finished downloading it should be available in your download directory. Start the Eclipse Installer executable. You may get a security warning to run this file. If the Eclipse Foundation is the Publisher, you are good to select Run.

For Mac and Linux users, you will still need to unzip the download to create the Installer. Start the Installer once it is available.

3. Select the package to install

The new Eclipse Installer shows the packages available to Eclipse users. You can search for the package you want to install or scroll through the list.

Select and click on the package you want to install.

4. Select your installation folder

Specify the folder where you want Eclipse to be installed. The default folder will be in your User directory.

Select the ‘Install’ button to begin the installation.

5. Launch Eclipse

Once the installation is complete you can now launch Eclipse. The Eclipse Installer has done it’s work. Happy coding.

Источник

How To Install Eclipse IDE on Debian 10 & Debian 9

Eclipse is a well-known, versatile, Integrated Development Environment, widely used for developing JAVA applications all around the world. Eclipse is written in Java and released under Eclipse Public License, an open-source license.

Eclipse is not only used for developing Java applications, but it can also be used to develop applications in various programming languages including COBOL, Ada, C, C++, Perl, PHP, Python, R, Ruby (including Ruby on Rails framework), Clojure, Scala, Groovy, and Scheme.

Development environments include the Eclipse Java development tools (JDT) for Java, Eclipse CDT for C/C++ and Eclipse PDT for PHP, among others.

With the support of plugins available in Eclipse Marketplace, we can extend the functionality of Eclipse.

Install Eclipse On Debian 10 / 9

To be able to install Eclipse, you need to be logged in as a user with sudo privileges.

Install Java

Eclipse requires Java to be available on your machine. So, go and install the Java JDK. You can either install Oracle Java JDK or OpenJDK.

For this demo, I will use OpenJDK 11.

Verify the Java version on your machine.

Download Eclipse

Download the latest version of Eclipse IDE (2020-03) from the official page using a web browser.

Download the Eclipse package over a terminal using the following command (risk of being changed).

Extract Eclipse package to your desired directory (Ex. /usr/ ).

Symlink eclipse executable to /usr/bin path so that users on the machine can able to use Eclipse.

Create Eclipse Launcher Icon

To launch the Eclipse from Gnome, perform the below steps.

Use the following content in the above file.

Start Eclipse

Command Line

Go to Activities >> Search for Eclipse IDE.

Start Eclipse

Select a directory as your workspace for Eclipse and then click Launch.

Setup Eclipse Workspace

Eclipse IDE running on Debian:

Eclipse IDE Running on Debian 10

Conclusion

That’s All. I hope, you have learned how to install Eclipse IDE on Debian 10 & Debian 9. You can visit Eclipse Market Place to download plugins to extend the functionality of Eclipse IDE.

Источник

Читайте также:  Check nvidia drivers linux
Оцените статью