How to Install Eclipse Oxygen IDE in CentOS, RHEL and Fedora
0

In this tutorial we’ll cover the installation procedure of the edition that is latest of Eclipse Oxygen IDE in CentOS, Red Hat and Fedora based Linux distributions.

Eclipse is a free integrated development environment IDE used by programmers world-wide to write and develop Java applications mostly. However, Eclipse IDE can support a variety that is large of and development languages via set up plugins that increase its functionality.

The latest launch of Eclipse Oxygen IDE does not have pre-build binary packages particular for RHEL or CentOS based Linux distributions. Alternatively, you’ll install Eclipse IDE in CentOS, Fedora or other Red Hat Linux based distributions via tarball archive files.

Requirements:

  1. A Desktop device with minimal 2GB of RAM.
  2. Java 9 SE SDK installed in Red Hat Linux based distributions.

Install Eclipse Oxygen IDE in CentOS, RHEL and Fedora

On the initial step, start a browser, navigate to Eclipse official down load web page and down load the most recent form of the tar package definite for the set up Linux circulation architecture.

Alternatively, it is possible to install Eclipse IDE tarball file in your body via wget energy, by issuing the below demand.

-------------- For 64-bit Architecture --------------  $ wget http://ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/2/eclipse-jee-oxygen-2-linux-gtk-x86_64.tar.gz  -------------- For 32-bit Architecture -------------- $ wget http://ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/2/eclipse-jee-oxygen-2-linux-gtk.tar.gz 

After the down load completes, demand directory where in actuality the archive package was installed and issue the commands that are below start installing Eclipse Oxygen IDE.

The commands executed below will install Eclipse IDE directly into /opt directory. Afterwards, create a symlink into /usr/local/bin/ directory for Eclipse IDE executable file and verify symbolic link path via ls command.

$ sudo tar xfz***************************************************************************)_ that are eclipse-jee-oxygen-2-linux-gtk-x(****************************************************************************).tar.gz -C /opt/ $ ls /opt/eclipse/ $ sudo ln/opt/eclipse/eclipse that is-s $ ls -al /usr/local/bin/eclipse  

Next, create Eclipse desktop launcher into system applications directory.

$ sudo nano /usr/share/applications/eclipse-oxygen.desktop 

Add the following configuration into the file eclipse-oxygen.desktop.

[Desktop Entry] Name=Eclipse Oxygen Comment=Eclipse Oxygen IDE Type=Application Encoding=UTF-8 Exec=/usr/local/bin/eclipse Icon=/opt/eclipse/icon.xpm Categories=GNOME;Application;Development; Terminal=false StartupNotify=true 

After you’ve created Eclipse launcher, use Gnome dash to search and open the application. On the application that is first, add Eclipse workplace directory and hit on Launch key to start out the application form.

Launch Eclipse Oxygen IDE

Launch Eclipse Oxygen IDE

Add Eclipse Oxygen IDE Workspace

Add Eclipse Oxygen IDE Workspace

Eclipse Oxygen IDE

Eclipse Oxygen IDE

Congratulations! You’ve effectively installed the most recent form of Eclipse IDE within Red Hat Linux based system.

How to Stop Incoming Spam in WHM with Greylisting

Previous article

Complete PowerDNS Setup Guide on Ubuntu Server

Next article

You may also like

Comments

Leave a Reply

More in Linux