Go to the following website
Click download 2025-03
Select Windows x86 64 for windows
Click Download
Run the installer
Select Eclipse IDE for java Developers
Click install
Click Launch
Select use default and click launch
Select exclude and click proceed
Select create a project
Expand java, select Java project and click next
Type in a name for the project, untick create module-info and click finish
Click remember and click open perceptive
Expand your project, right click on src, click new, select class
Type in a Name, select public static void main and click finish
Add the below to test the code
System.out.println(“hello Kad”);
Then click the green play button to compile and execute code
Output below
done now your ready.