Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I save file in Eclipse Juno?

Sometimes I cannot save a file in Eclipse Juno.

The File->Save option is greyed out and Ctrl+S does not work. What's going on?

like image 643
Victor Lyuboslavsky Avatar asked Mar 14 '13 16:03

Victor Lyuboslavsky


People also ask

How do I save a file in eclipse?

As you type in your program, occasionally select File->Save from the menu to save your work. You may enjoy the "content assist" feature of Eclipse. If you type a partial input and then hit CTRL+SPACE, a dialog shows all possible completions.

Where does Eclipse save the files?

- [Voiceover] When we first installed Eclipse, and we launched it for the first time, do you remember the prompt that it asked you where you wanted to store your files? It automatically defaults to the C drive, to users, your username, and it creates a folder called Workspace. That's where your files are located.


1 Answers

This is a known issue in Eclipse Juno:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=396418

As a workaround, use 'Save All': Shft+Ctrl+S

like image 91
Victor Lyuboslavsky Avatar answered Sep 19 '22 18:09

Victor Lyuboslavsky