My Eclipse is configured 'Project'->'Build Automatically'. There are large number of Java files in my project. Once one java file is modified, all java files are compiled under the project. It spends much time really.
My question is how to configure Eclipse as 'partly compile' which merely compiles related java files. Does it make sense?
Thanks!