| 1. |
Why Should We Close A Project In Eclipse? |
|
Answer» An ECLIPSE workspace can CONTAIN any number of projects. A project can be either in the open state or closed state. Open projects: Consume memory: Take up build TIME especially when the Clean All Projects (Project > Clean all projects) with the Start a build immediately option is used. A closed project is visible in the Package EXPLORER view but its contents cannot be edited using the Eclipse user interface. An eclipse workspace can contain any number of projects. A project can be either in the open state or closed state. Open projects: Consume memory: Take up build time especially when the Clean All Projects (Project > Clean all projects) with the Start a build immediately option is used. A closed project is visible in the Package Explorer view but its contents cannot be edited using the Eclipse user interface. |
|