Is there some way to make Eclipse or JDK 1.7 to utilize multiple cores of my CPU while compiling Java sources?
I see only 1 CPU core is used, which takes few seconds after each small change in my source files. This limits my programming progress.
Maybe there's some switch or setting for the JDK to utilize more of CPU and compile faster?