Download and install Java: JDK, JRE, and Eclipse

In this tutorial, we'll look at how to get started with Java. This course is dedicated only to learning how to download and install Eclipse Java. The steps are explained in the video at the end of the tutorial.

The steps to follow:
Before going directly to Eclipse, you need to make sure that JRE and JDK are installed on your computer because it's with JRE that we run programs outside of Eclipse and with JDK that we compile our codes. For developers, the JDK integrates the JRE so it is not necessary to download the JRE.

Download JDK 32-bit for 32-bit machines and 64-bit for 64-bit machines.

    32-bit, 64-bit JDK for windows, linux, and mac os
    You can see in the image that there are several download links. You choose the one that suits you according to two criteria: the operating system (Windows, Linux, Mac OS and Solaris) and the second is the architecture of the operating system or the machine (32-bit or 64-bit).

    Download Java Runtime Enviroment JRE  32-bit for 32-bit machines and 64-bit for 64-bit machines.

      32-bit, 64-bit JRE for windows, linux, mac os and solaris
      Same as JDK, you just have to download the right one according to the two criteria we have already mentioned.

      Download Eclipse Java
        download Eclipse java
        1. Eclipse java for Developers: integrates the tools needed for application development java as well as the palette of graphic forms, the XML editor, CVS version control systems... ect
        2. Eclipse java EE for the  Developers  Web: Used to create Java and Web applications. servlet, javaserver, javamail... ect
        Eclipse is not installable because it is portable, just extract the compressed folder and click on the executable. In the first boot a window will appear to set your workspace otherwise it will be created by default with the name Workspace.