Eclipse Luna ‘Build Automatically’ is checked but not working
Eclipse Luna – had “Build Automatically” checked when Eclipse stopped compiling my classes automatically. Finally figured out that the .project file was missing an entry for the javabuilder, so I opened it and added:
org.eclipse.jdt.core.javabuilder
Working now.