Q&A
Ask and answer questions to make information more available to wider audiences.
Paisley Moses @mosespaisley   08, May 2023 12:00 AM
close a Project in Eclipse IDE
Why is it always better to ‘Close’ a Project in Eclipse IDE than leave it ‘Open’ in the Package Explorer?
answers 1
 
Answer 1
Jett Deane @deanejett   11, May 2023 09:10 PM
In an Eclipse IDE, we can have a number of projects in the ‘Package Explorer’. Those projects can be either in ‘Open’ or ‘Closed’ state.
An ‘Open’ project will consume a lot of memory. Also ‘Open’ projects take up build time especially when we try to ‘Clean’ the projects in the workspace. So, it is always better to ‘Close’ a project.