I wish I could give you guys more information on what\'s going on, but I really have no idea. I am trying to install groovy and grails tools suite from springsource and I am ha
It might be that you are launching Eclipse with a JRE even though you have a JDK installed as one of the compilers in your workspace. To find out if you are launching with a JRE or JDK, go to Help -> About GGTS -> Installation details -> Configuration
Look for the -vm
option and make sure it is a JDK not a JRE.
I faced a similar issue (I am sure it is the exact issue) - Here are the steps to ensure it works correctly, I struggled with initially but this got it going.
Let me know if that does not work.