HOW TO DOWNLOAD ECLIPSE IDE FOR JAVA DEVELOPERS
Step 1: Search “Eclipse IDE” in the browser and choose the first website.
Step 2: Click on download.
Step 3: Choose what type of OS you are using.
Step 4: Click on the download button.
Step 5: Once the installer file is downloaded just simply open it.
Step 6: Choose “Eclipse IDE for Java Developers” then click “Install”.
Step 7: Once it's done click on “Launch”.
TO START CODING ON ECLIPSE, FOLLOW THESE STEPS
Step 1: Click on “Create a Java project”.
Step 2: Put a project name then click on “Finish”.
Step 3: So here as you can see, we have our Java project (first_javaproj).
Step 4: Right-click on the "src" folder, then select "New" and then
"Package".
Step 5: Put a name on the package, then click “Finish”.
Step 6: Right-click on the package “test”, then select "New" and then
"Class".
Step 7: Add anything to the name. Simply choose "public" as the modifier,
"public static void main(String[] args)" as the method, and click finish.
And now you can start coding your project.