Apparently they dropped the ball on one regression test for Eclipse 3.3.1. Eclipse used to automatically detect a sun VM and set the memory limit for constants and classes to be a bit higher. If you are having slow builds try adding the following to your eclipse short cut: -vmargs -XX:PermSize=64M -XX:MaxPermSize=128M Cheers, Jody