I have a large project in my workspace. Each time I save a jsp or any file (java, txt, properties etc.) the build runs. It takes about 30 to 45 secs to build. I hate it! I can’t be productive like this. This just started happening recently, I’ve always had auto build enabled which didn’t cause this issue. Other people here in the office do not get this problem. So it must be my settings.
I guess the questions is, how do I get eclipse to build only the class file that I modified and not a complete build each time I edit any file in the project?
Please help!
It turns out that I did not have all my jars in the classpath. These jars were not being directly used by my codes hence there were no errors in my codes per se. They were needed by the other libraries that I was using.
FIX:
Made sure all dependencies are added to classpath.