Eclipse refresh taking too long
- by Nash0
I am doing TDD on a large Java project in eclipse and am finding it frustrating because every time I run a test I have to wait 30 seconds+ for eclipse to compile and refresh. I estimate that 80%+ of that time is spent refreshing.
Is there a way I can drastically reduce the amount of refreshing it is doing? I have looked at server other similar…