Eclipse IDE – Create New Java Project.

blog img

Opening the New Java Project wizard

The New Java Project wizard can be used to create a new java project.

  • By clicking on the File menu and choosing New and select → Java Project.
  • By Right-clicking anywhere in Project Explorer and select New and click Java Project.
  • By clicking the ‘New button’ on the left side of the toolbar and select the Java project.

Using the New Java Project wizard

  • Enter the project name as your wish (Ex : My Project)..
  • Select JRE (Java Runtime Environment) or leave it as default.
  • Select the project layout that determines whether the source code and class files have a separate folder. The recommended option is to create separate folders for sources and class files.

You can click the Finish button to create a project or click the Next button to change the Java Build settings.

Viewing the Newly Created Project


Package Explorer shows the newly created Java project (Ex: My Project). The Folder icon is decorated to show the Java root folder.

Now you can create a new Java class.

Share your thoughts

Your email address will not be published. All fields are required.

Related post

  1. How to creating a JAR? – it’s easy.

    Creating a JAR file in Java involves compiling your Java…

  1. What is a JAR file? – it’s easy to understand

    A JAR (Java ARchive) file is a package file format…

  1. Top 50 Java Interview Questions and Answers.

    Here are the top 50 Java interview questions and answers…

  1. How to start creating Java class in Eclipse

    To create a Java class in Eclipse you need to…

  1. How to installation – Eclipse for Windows

    Download the Eclipse Installer from the official website of Eclipse…

Popular post

  1. Eclipse IDE – Create New Java Project.

    Opening the New Java Project…

  1. How to start the project in android studio

    Android Studio Open the Android…

  1. How to use ACOSH function in excel

    The ACOSH function returns the…

  1. Complete Header tags in html – easy to learn

    H tags can be used…

  1. Best features in Python programme – easy to learn

    Python is the most widely…