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