Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I was moving around the arrangement of windows in the debug perspective. Afterwards, no matter which .java files I had open in the Java perspective, only the source file with the main method would be open in the debug perspective and I couldn't figure out how to see the other source files.

Then, I accidently closed the main source file and now I don't see any source code in my debug perspective.

If I go to Window -> New Editor, or if I double click on Main.java from the navigator, nothing happens.

I reset the perspective to default and in the editor, it says "No editor descriptor for id org.eclipse.ui.internal.emptyEditorTab"

share|improve this question
Do you have Project Explorer window open? – Smit Feb 6 at 1:15
Go to Window ->Show View-> Package Explorer ? – Sednus Feb 6 at 1:17
I tried opening the files from project explorer and package explorer and nothing happens – korshyadoo Feb 6 at 2:29

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.