Flex Builder4 Eclipse整合报错: One or more constraints have not been satisfied

Flex4 Eclipse 整合报错:One or more constraints have not been satisfied

1、Eclipse的版本过高
需要使用eclipse-jee-galileo-win32,3.5版本

2、Eclipse的环境配置问题,需要在eclipse.ini中增加2个参数

-XX:PermSize=128M
-XX:MaxPermSize=128M

如此修改后,一切正常了。

你可能感兴趣的:(eclipse,Flex)