Step by step to create a project in Eclipse

Manorama
3 min readMay 25, 2024

How to Install Eclipse IDE For Java?

There are many software been there such as IntelliJ IDEA, Eclipse, etc of which most developers are tilted towards using Eclipse is open-source software. It is mainly used for JAVA applications development. We can also use it to develop applications in various programming languages like C, C++, C#, Python, JavaScript, etc.

Steps to install Eclipse IDE:

  1. Download and install JDK(it is a pre-requisite essential step)
  2. Go to eclipse website and download choosing the version as operating system and bits requirement.
  3. Open the downloaded file extension and follow the standard software installation process.
  4. Choose package as per developer language needs.
  5. A new window will be relaunch and if not relaunch eclipse.
  6. Go to the new project and create classes inside which java applications(or programs) are good to go.

OR

Click On This Url : https://www.eclipse.org/downloads/

Then Click on Download x86_64.

Then You will be Navigated to Next page You Just have to Click On Download button.

Click on download button

Then Choose Location For This File To Be Downloaded then Click on Save Button.

Then After Downloading Eclipse Double-click on that file for start installing Setup Then Complete Installing.

Then Click On Second Option That is Eclipse IDE for Enterprise Java and Web development.

Click on Eclipse IDE for Enterprise Java and Web Developers

Then On the Next Page Click On the Install Button And Wait for Completing the Installations.

AFTER THAT:-

  1. Open Eclipse
  2. From the File menu select New Java Project

Or you Can Choose Project Option From New Project Then Select Java Project This Option works same as Java Project Option.

Then Next.

Create a new project name and Next.

To create a project and Then Finish.

Then Right Click On Your Project Folder Then Click On New Then Click on Class option.

Write a class name and finish.

After the clicking finish button your Project look like this:

Enter your first command in class.

After write your command, click run button on the top of this.

Click run as and then Java application.

Then click enter.

After run you can see your result shows in console.

Now your first simple project in Eclipse java is completed.

--

--