Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to close files in eclipse

Tags:

tabs

eclipse

I have recently upgraded my eclipse to Mars, and .java files that were opened in my previous version are pinned and I'm unable to close. In the image, first three .java files: CORSFilter.java, EmailController.java, EmailServiceImpl.java are stuck or pinned. I dont see an 'x' to close when i hover on the tab. I tried opening other files such as Assignment6.java and tried close all, but they still are stuck.

It does cause a havoc for having them there, but its little bothering to look at those windows while working on completely different project.

Thanks in advance.

enter image description here

like image 240
rohan Avatar asked Feb 28 '16 08:02

rohan


People also ask

How do I close all open files in Eclipse?

Ctrl+Shift+W is the short cut key for close all.

How do I close a folder in Eclipse?

Go to package Explorer , select all the projects then go to Project -> Close Project.

How do I close an open project in Eclipse?

To close a project, from the Project select the Close Project menu item.


1 Answers

Closing and re-opening the project in the project explorer (and afterwards opening the files) solved it for me.

like image 139
LogicalKip Avatar answered Sep 18 '22 12:09

LogicalKip