Skip to content

Eclipse IDE

Mohamed Hassan (JOHN) edited this page Apr 5, 2025 · 23 revisions

Eclipse-IDE-Logo



Download the JDK, then install it

image jdk

Set environment variable of JAVA_HOME that points to the JDK folder

Path of JDK folder: C:\Program Files\Java\jdk1.8.0_202

Add environment variable of JAVA_HOME

image 1 image 2 image 3 image 4 image 5

Update system-path by adding the bin sub-folder of the JDK folder

Path of bin sub-folder: %JAVA_HOME%\bin

Update the system-path

image 1 image 2 image 3 image 4 image 5

Verifying JDK installation using the command line as below:

  • echo %JAVA_HOME% image y1

  • java -version image y2

  • javac -version image y3

Eclipse IDE for Java Developers

  • Eclipse - (Download Type for Windows OS 64 bits)
    • Extract the downloaded .zip file, then open eclipse as below screenshot image
    • Clone this repository or download it, so you can start hands-on lessons image
    • Import Projects => General > Exciting Projects into Workspace => Then select downloaded project's folder to be opened later in this IDE => Finish image