INSTALLATION OF ECLIPSE IDE

OverView :


This tutorial outlines the steps to install Eclipse IDE on Windows 11 operating system. Windows 11 is the latest Windows operating system version from Microsoft Corporation.


Environment :


  • Any Web browser (Ex. Firefox, Chrome, Edge browser...etc.,)
  • Windows 11 operating system
  • Java JDK
**Although the latest Eclipse includes and bundles JRE( Java Runtime Environment), it’s always recommended to install Java JDK( Java Development Kit) prior to Eclipse IDE. Follow the steps to install Java on Windows 11 on given below link.

Download Eclipse Installer :


Launch a web browser on Windows 11 machine.
Navigate to the Eclipse official website download page URL.
Click on the Download button to download the installer. In this post, we will install Eclipse using the installer.
ecl-1

In the next screen click on the Download button. We can also pick a mirror location that is geographically near to you, to download the installer.

The download file format would be something like:
      eclipse-inst-jre-win64.exe

ecl-2



Follow the below steps to verify the Eclipse installer. Open command prompt and change directory to the download path. Usually to the Downloads folder. Run the following command:

    "D:\Software\eclipse\eclipse\eclipse.exe"

Take a note of the command output. Match both the hashcode. They should match. Proceed to the next step. If the checksums doesn’t match discard the installer. Delete the installer file and run an antivirus scan on the machine. Choose another mirror location and Download the Eclipse installer file again. Repeat the installer file verification.


Run Eclipse Installer


Open File explorer and browse the installer file location.
Double click on the Eclipse installer file to run it.
ecl-3


Click and Choose the IDE Flavour :
In the next screen, we can customize the Eclipse install. Customize the Installation Folder.
We can choose custom location. Click on the open folder icon and browser the install folder.
Click on the top right three lines icon that displays a warning ! symbol. Click on Update menu button and accept the Eclipse license.
ecl-4



Once the installer updates Click on the INSTALL button. To accept the License click on the Accept button. ecl-5



Eclipse would be installed on the Windows 11 machine. Click on the Launch button to launch Eclipse. ecl-6

That’s it. Eclipse is successfully installed on Windows 11 machine.


(Installation - Visual Studio Code IDE)