0% found this document useful (0 votes)
2 views7 pages

Installation Guide

The document provides a step-by-step guide for downloading and installing the Java SE Development Kit (JDK) and Eclipse IDE. It includes links for downloading JDK 20 and Eclipse, as well as instructions for setting the JDK path in the system environment variables. The installation process involves extracting the Eclipse package and configuring the workspace.

Uploaded by

swampyaeaung085
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views7 pages

Installation Guide

The document provides a step-by-step guide for downloading and installing the Java SE Development Kit (JDK) and Eclipse IDE. It includes links for downloading JDK 20 and Eclipse, as well as instructions for setting the JDK path in the system environment variables. The installation process involves extracting the Eclipse package and configuring the workspace.

Uploaded by

swampyaeaung085
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Step 1: Download JDK and Install

https://www.oracle.com/java/technologies/downloads/#jdk20-windows

Install the Java SE Development Kit (jdk-20.0.1)

Click Next.

Install jdk-20.0.1 to C:\Program Files\Java\jdk-20

Click Next.
Click Close.
Step 2: Download Eclipse Package

https://www.eclipse.org/downloads/packages/release/2023-03/r/eclipse-ide-java-developers

Extract the Eclipse-package zip file.


Double Click the “Eclipse” icon.

Choose the Workspace and Launch.


Step 3: Set the JDK path into System Environment Variable

Go to Settings  System  About

Click “Advanced system settings”

Click “Environment Variables”


Select System variables Path and click the “Edit” button

Click “New” Button and insert the jdk-20 folder path

(C:\Program Files\Java\jdk-20)

Click Ok

You might also like