TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Eclipse Tutorials

Create a New Java Project in Eclipse

Overview

This tutorial will outline steps to create a new Java project in Eclipse IDE. A project is a container for source code, class files, project configuration files, and other project artifacts.

When we create a new project the project folder would be created under the Eclipse workspace directory.

New Java Project

To create a new java project, choose File ->> New ->> Project from the Eclipse menu.

 

Create New Java Project

 

This will launch the New Project wizard. Select Java Project and click the Next >  button.

 

New Project Wizard Eclipse IDE

 

Enter Project Name. Project name

 

Create Java Project Name Eclipse

Project Location

By default, the project folder would be created under the Eclipse workspace folder. The project folder name and the project name would be the same by default. All the project source files and class files will be stored under this project folder on the machine.

We can specify the JRE(Java Runtime Environment) for the project.

We can add the project to existing Working sets. We can also create a new Working set by clicking on the New… button.

Click on the Finish button

That’s it. We have created a new empty Java project. We can start creating packages and adding Java classes to the project.

Create a New Java Package: Create Java Package In Eclipse IDE

—

Eclipse Tutorials

Eclipse Tutorials on this website can be found at:

https://www.testingdocs.com/eclipse-tutorials

For more details on the Eclipse IDE, visit the official website

https://www.eclipse.org

Related Posts

Download Eclipse Installer

Eclipse Tutorials /

Install Eclipse using Installer on Windows 10

Eclipse Tutorials /

Eclipse Che Overview

Add Eclipse SpotBugs Install URL

Eclipse Tutorials /

Install SpotBugs Eclipse Plugin

Eclipse File Import

Eclipse Tutorials /

Import Maven Project in Eclipse

Eclipse marketplace online catalog

Eclipse Tutorials /

Eclipse Marketplace

‹ Eclipse IDE Packages› Create Java Package in Eclipse IDE

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version