1.

What Is An Eclipse Project?

Answer»

An Eclipse project contains:

1. source
2. configuration and
3. binary files related to a certain task

Eclipse groups the above into buildable and reusable units. An Eclipse project can have NATURES ASSIGNED to it which describe the purpose of this project. For example the Java nature DEFINES a project as Java project. Projects can have multiple natures COMBINED to model different technical aspects.

Natures for a project are defined VIA the .project file in the project directory.

An Eclipse project contains:

1. source
2. configuration and
3. binary files related to a certain task

Eclipse groups the above into buildable and reusable units. An Eclipse project can have natures assigned to it which describe the purpose of this project. For example the Java nature defines a project as Java project. Projects can have multiple natures combined to model different technical aspects.

Natures for a project are defined via the .project file in the project directory.



Discussion

No Comment Found