---
description: Following is a step by step guide to download and install Eclipse IDE: Step 1) Installing Eclipse Open your browser and type https://www.eclipse.org/ Step 2) Click on &quot;Download&quot; button. Step 3) Click
title: How to Download and Install Eclipse for Java
image: https://www.guru99.com/images/how-to-download-and-install-eclipse-for-java.png
---

 

[Skip to content](#main) 

**⚡ Smart Summary**

Install Eclipse for Java by downloading the Eclipse IDE from the official website, running the installer, and selecting the Java Developers package. This resource walks through every step, from download to creating a Java project, package, and class, and running your first program.

* ⬇️ **Download Eclipse:** Get the Eclipse installer from the official Eclipse website and choose the 64-bit version.
* 🛠️ **Install IDE:** Run the installer and select “Eclipse IDE for Java Developers”, then launch the workbench.
* 📁 **Create a Project:** Make a new Java project, then add a package under the src folder.
* 📝 **Create a Class:** Add a Java class and include the main method to hold your program logic.
* ▶️ **Run the Program:** Click Run to compile and execute the class and view the console output.

[ Read More ](javascript:void%280%29;) 

![How to Download and Install Eclipse for Java](https://www.guru99.com/images/how-to-download-and-install-eclipse-for-java.png)

## How to Download and Install Eclipse on Windows

Following is a step-by-step guide to download and install the Eclipse IDE:

**Step 1)** Installing Eclipse. Open your browser and type <https://www.eclipse.org/>.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo1.png)

**Step 2)** Click on the “Download” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo2.png)

**Step 3)** Click on the “Download 64 bit” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo3.png)

**Step 4)** Click on the “Download” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo4.png)

**Step 5)** Install Eclipse.

1. Click on “downloads” in Windows File Explorer.
2. Click on the “eclipse-inst-win64.exe” file.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo5.png)

**Step 6)** Click on the Run button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo6.png)

**Step 7)** Click on “Eclipse IDE for Java Developers”.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo7.png)

**Step 8)** Click on the “INSTALL” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo8.png)

**Step 9)** Click on the “LAUNCH” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo9.png)

**Step 10)** Click on the “Launch” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo10.png)

**Step 11)** Click on the “Create a new Java project” link.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo11.png)

**Step 12)** Create a new Java project.

1. Write the project name.
2. Click on the “Finish” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo12.png)

### RELATED ARTICLES

* [Interface in Java with Example ](https://www.guru99.com/interface-in-java.html "Interface in Java with Example")
* [Java String contains(): Check if String contains Substring ](https://www.guru99.com/string-contains-method-java.html "Java String contains(): Check if String contains Substring")
* [How to Convert Char to String in Java (Examples) ](https://www.guru99.com/convert-char-string-java.html "How to Convert Char to String in Java (Examples)")
* [50+ OOPs Interview Questions and Answers (2026) ](https://www.guru99.com/oops-interview-questions.html "50+ OOPs Interview Questions and Answers (2026)")

**Step 13)** [Create a Java package](https://www.guru99.com/packages-in-java.html).

1. Go to “src”.
2. Click on “New”.
3. Click on “Package”.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo13.png)

**Step 14)** Writing the package name.

1. Write the name of the package.
2. Click on the Finish button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo14.png)

**Step 15)** Creating a Java class.

1. Click on the package you have created.
2. Click on “New”.
3. Click on “Class”.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo15.png)

**Step 16)** Defining the Java class.

1. Write the class name.
2. Click on the “public static void main (String\[\] args)” checkbox.
3. Click on the “Finish” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo16.png)

The HelloWorld.java file will be created as shown below:

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo17.png)

**Step 17)** Click on the “Run” button.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo18.png)

The output will be displayed as shown below.

[](https://www.guru99.com/images/2/041720%5F1109%5FHowtoDownlo19.png)

## FAQs

🤖 Can AI assistants run inside Eclipse for Java coding?

Yes. AI plugins integrate with Eclipse to suggest code, explain errors, and generate boilerplate. These assistants speed up Java development, though developers should still review and test the generated code.

🧠 Is Eclipse still relevant for AI and modern Java development?

Yes. Eclipse remains widely used for Java and supports plugins for AI-assisted coding, big-data frameworks, and enterprise development, keeping it relevant alongside newer tools.

💰 Is Eclipse free to download and use?

Yes. Eclipse is free, open-source software released under the Eclipse Public License. It can be used for both personal learning and commercial Java development at no cost.

⚖️ What is the difference between Eclipse and IntelliJ IDEA?

Both are Java IDEs. Eclipse is free and highly extensible through plugins, while IntelliJ IDEA offers a more polished experience with free Community and paid Ultimate editions.

#### Summarize this post with:

ChatGPT Perplexity Grok Google AI 

**Stay Updated on AI** **Get Weekly AI Skills, Trends, Actionable Advice.** 

##### Sign up for the newsletter

Subscribe for Free 

You have successfully subscribed.  
Please check your inbox. 

![AI-Newsletter]() Chosen by over **350,000+** professionals 

[Scroll to top ](#wrapper)Scroll to top 

× 

Toggle Menu Close 

Search for: 

Search

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.guru99.com/#organization","name":"Guru99","sameAs":["https://www.facebook.com/Guru99Official","https://twitter.com/guru99com"],"logo":{"@type":"ImageObject","@id":"https://www.guru99.com/#logo","url":"https://www.guru99.com/images/guru99-logo-v1-150x59.png","contentUrl":"https://www.guru99.com/images/guru99-logo-v1-150x59.png","caption":"Guru99","inLanguage":"en-US"}},{"@type":"WebSite","@id":"https://www.guru99.com/#website","url":"https://www.guru99.com","name":"Guru99","publisher":{"@id":"https://www.guru99.com/#organization"},"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://www.guru99.com/images/how-to-download-and-install-eclipse-for-java.png","url":"https://www.guru99.com/images/how-to-download-and-install-eclipse-for-java.png","width":"700","height":"250","caption":"How to Download and Install Eclipse for Java","inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://www.guru99.com/install-eclipse-java.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://www.guru99.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://www.guru99.com/java-tutorials","name":"Java Tutorials"}},{"@type":"ListItem","position":"3","item":{"@id":"https://www.guru99.com/install-eclipse-java.html","name":"How to Download and Install Eclipse for Java"}}]},{"@type":"WebPage","@id":"https://www.guru99.com/install-eclipse-java.html#webpage","url":"https://www.guru99.com/install-eclipse-java.html","name":"How to Download and Install Eclipse for Java","dateModified":"2026-06-30T16:24:29+05:30","isPartOf":{"@id":"https://www.guru99.com/#website"},"primaryImageOfPage":{"@id":"https://www.guru99.com/images/how-to-download-and-install-eclipse-for-java.png"},"inLanguage":"en-US","breadcrumb":{"@id":"https://www.guru99.com/install-eclipse-java.html#breadcrumb"}},{"@type":"Person","@id":"https://www.guru99.com/author/james","name":"James Hartman","description":"I am James Hartman, a seasoned professional in Oracle Certified Java Professional tutorials, specializing in crafting comprehensive guides to help you excel in your Java certification journey.","url":"https://www.guru99.com/author/james","image":{"@type":"ImageObject","@id":"https://www.guru99.com/images/james-hartman-author-v2-120x120.png","url":"https://www.guru99.com/images/james-hartman-author-v2-120x120.png","caption":"James Hartman","inLanguage":"en-US"},"worksFor":{"@id":"https://www.guru99.com/#organization"}},{"articleSection":"Java Tutorials","headline":"How to Download and Install Eclipse for Java","description":"Following is a step by step guide to download and install Eclipse IDE: Step 1) Installing Eclipse Open your browser and type https://www.eclipse.org/ Step 2) Click on &quot;Download&quot; button. Step 3) Click","keywords":"java","speakable":{"@type":"SpeakableSpecification","cssSelector":[".entry-title",".summary"]},"@type":"Article","author":{"@id":"https://www.guru99.com/author/james","name":"James Hartman"},"dateModified":"2026-06-30T16:24:29+05:30","image":{"@id":"https://www.guru99.com/images/how-to-download-and-install-eclipse-for-java.png"},"copyrightYear":"2026","name":"How to Download and Install Eclipse for Java","subjectOf":[{"@type":"HowTo","name":"How to Download and Install Eclipse to Run Java","description":"Following is a step by step guide to download and install Eclipse IDE:","step":[{"@type":"HowToStep","name":"Step 1) Installing Eclipse","text":"Open your browser and type https://www.eclipse.org/","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo1.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step1"},{"@type":"HowToStep","name":"Step 2) Click on 'Download' button","text":"Click on 'Download' button","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo2.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step2"},{"@type":"HowToStep","name":"Step 3) Click on 'Download 64 bit' button","text":"Click on 'Download 64 bit' button","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo3.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step3"},{"@type":"HowToStep","name":"Step 4) Click on 'Download' button","text":"1) Click on 'downloads' in Windows file explorer. 2) Click on 'eclipse-inst-win64.exe' file.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo4.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step4"},{"@type":"HowToStep","name":"Step 5) Install Eclipse.","text":"Install Eclipse.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo5.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step5"},{"@type":"HowToStep","name":"Step 6) Click on Run button","text":"Click on Run button","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo6.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step6"},{"@type":"HowToStep","name":"Step 7) Click on 'Eclipse IDE for Java Developers'","text":"Click on 'Eclipse IDE for Java Developers'","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo7.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step7"},{"@type":"HowToStep","name":"Step 8) Click on 'INSTALL' button","text":"Click on 'INSTALL' button","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo8.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step8"},{"@type":"HowToStep","name":"Step 9) Click on 'LAUNCH' button.","text":"Click on 'LAUNCH' button.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo9.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step9"},{"@type":"HowToStep","name":"Step 10) Click on 'Launch' button.","text":"Click on 'Launch' button.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo10.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step10"},{"@type":"HowToStep","name":"Step 11) Click on 'Create a new Java project' link.","text":"Create a new Java project","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo11.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step11"},{"@type":"HowToStep","name":"Step 12) Create a new Java Project","text":"Write project name. Click on 'Finish button'.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo12.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step12"},{"@type":"HowToStep","name":"Step 13) Create Java Package.","text":"Goto 'src'.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo13.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step13"},{"@type":"HowToStep","name":"Step 14) Writing package name.","text":"Write name of the package","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo14.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step14"},{"@type":"HowToStep","name":"Step 15) Creating Java Class","text":"Click on package you have created.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo15.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step15"},{"@type":"HowToStep","name":"Step 16) Defining Java Class.","text":"Write class name","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo16.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step16"},{"@type":"HowToStep","name":"Step 17) Click on 'Run' button.","text":"Output will be displayed as shown below.","image":{"@type":"ImageObject","url":"https://cdn.guru99.com/images/2/041720_1109_HowtoDownlo18.png"},"url":"https://www.guru99.com/install-eclipse-java.html#step17"}]},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Can AI assistants run inside Eclipse for Java coding?","acceptedAnswer":{"@type":"Answer","text":"Yes. AI plugins integrate with Eclipse to suggest code, explain errors, and generate boilerplate. These assistants speed up Java development, though developers should still review and test the generated code."}},{"@type":"Question","name":"Is Eclipse still relevant for AI and modern Java development?","acceptedAnswer":{"@type":"Answer","text":"Yes. Eclipse remains widely used for Java and supports plugins for AI-assisted coding, big-data frameworks, and enterprise development, keeping it relevant alongside newer tools."}},{"@type":"Question","name":"Is Eclipse free to download and use?","acceptedAnswer":{"@type":"Answer","text":"Yes. Eclipse is free, open-source software released under the Eclipse Public License. It can be used for both personal learning and commercial Java development at no cost."}},{"@type":"Question","name":"What is the difference between Eclipse and IntelliJ IDEA?","acceptedAnswer":{"@type":"Answer","text":"Both are Java IDEs. Eclipse is free and highly extensible through plugins, while IntelliJ IDEA offers a more polished experience with free Community and paid Ultimate editions."}}]}],"@id":"https://www.guru99.com/install-eclipse-java.html#schema-23515","isPartOf":{"@id":"https://www.guru99.com/install-eclipse-java.html#webpage"},"publisher":{"@id":"https://www.guru99.com/#organization"},"inLanguage":"en-US","mainEntityOfPage":{"@id":"https://www.guru99.com/install-eclipse-java.html#webpage"}}]}
```
