Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Auto Save before build?

Coming from a Visual Studio background...

How do I tell Eclipse that it should auto save when ever I build rather than ask each time.

VS.NET has it under "Options", but I can't find it in Eclipse.

I use a Mac.

like image 200
Ian Vink Avatar asked May 31 '10 11:05

Ian Vink


People also ask

How do I autosave in eclipse?

Auto-save of dirty editors is now available in Eclipse. The autosave option is disabled by default. A new autosave preference page (Preferences > General > Editors > Autosave) is available and allows to enable/disable the autosave and change the interval of autosave.


2 Answers

First, try

Window -> Preferences -> General -> Workspace. There you can check "Save automatically before build" and "Build automatically."

If that does not work,

PLEASE TRY

Preferences -> Run/Debug -> Launching -> "Save dirty editors before launching"

like image 90
UmAnusorn Avatar answered Sep 26 '22 20:09

UmAnusorn


Go to

Window -> Preferences -> General -> Workspace

and there you can check:

Save automatically before build + Build automatically

like image 22
Matschie Avatar answered Sep 26 '22 20:09

Matschie