How To Install Eclipse IDE Without Problems in Ubuntu 21.04 Hirsute Hippo

The well-known Eclipse IDE contains a program that meets our Web application development requirements in terms of multilingual programming.This is because we Provide a stable and safe environment, Since more is required every day in a web application environment, it is imperative that we have reliable tools to ensure good performance.

This environment provides us with a workspace that allows us to include a large number of plugins that are compatible with various languages, as well as those oriented towards specific functionality that helps develop the application.Furthermore, in this environment We have to install specific software, Because this is a requirement to be able to use the Eclipse IDE.

ubuntu eclipse ide desktop window

What do I need to install the Eclipse IDE on this version of Ubuntu?

To run this program, we encountered different requirements. Since they are of software and hardware type, for the above software we need to install Java JDK.And of course Download from its official page Eclipse IDE To install.

On the hardware side, to have a complete experience with this environment, without depriving yourself of anything, avoiding traffic jams and being able to take advantage of everything it offers us, the minimum requirement is the tools to develop web applications. :

  • Intel 1.2 GHz or AMD series processor
  • 159 megabytes of storage
  • 4 GB RAM
  • The 128mb graphics card of your choice will suffice.
  • DirectX 9.0

Check to install the Java Runtime Environment

To verify which version of JRE we have installed, we have to open a terminal and at this Type «sudo apt update». With this, we will update the index of the package, then we enter a command to determine the version of the Java Runtime Environment we have «java –version». If it is not installed, a message «command `java` not found, but can be installed with» will appear and it will give us options.

eclipse ide logo

To install it we have to enter the following in the terminal Command «sudo apt install default-jre» This will install the Oracle packages that allow the Java JDK software to run. To install a package or program in Ubuntu (Java in this case), we type «sudo apt install default-jdk». So we have the software requirements to run the Eclipse IDE.

Where can I download the Eclipse IDE to install it on Ubuntu 21.04 Hirsute Hippo?

While continuing to install the Eclipse IDE, we can get the download package through its official page. We’ll get the latest and greatest version directly from the creator, which is the advantage of avoiding intermediaries.We can also do this by executing the command In Ubuntu 21.04 Hirsute Hippo terminal.

How to install Eclipse IDE for Ubuntu version 21.04?

To continue installing this web application development environment, we’ll explore two options today to see which one is better for the user.First we must Check hardware requirements By this we are definitely referring to the space and storage sites that the program will use.

In this case, since we are going to install in a free software operating system, we have to take into account that the installation is not the same and has to perform additional tasks, it is worth mentioning that this program can be installed in any one of these Ubuntu OS version

with installation package

First, we went Eclipse IDE official page, we click download to redirect, we click download to get the package or file. We will get a zip file and extract the contents into a specific folder.

From the terminal we copied «cd downloads» to see the contents, now we type «sudo tar -xzf file.tar.gz» to extract the .tar file, then we type «ls» to see the problematic folder and find eclipse -inst , enter the command ./eclipse-inst to install.

After this process, the Eclipse installer will open where we have to Select the «Eclipse IDE for Java developers» option. The path to save the repository will appear, in the terms and conditions of use below, we continue with the steps of the installer, we will have the Eclipse IDE installed and ready to use

people working in ubuntu environment

Use the Snap command

In this case, the installation of the application will be quicker and easier, just follow the previous verification commands in a few steps. software and hardware.just for this Enter the command «sudo snap install –classic eclipse» and install the latest version that way. From the terminal we can also create an icon to access this program directly.

Deja un comentario