myeclipse 不能正常加载项目
问题
不能加载项目,在选择项目后, Deploy Location 是空的。
解决
1、网上查询后,提示,右键项目 → properties → MyEclipse → Project Facets → web 。修改項目名字。
2、但是在操作时,发现提示 the currently displayed page contains invalid values 。
3、再次查询这句提示的原因,一下解决方案:
1)在GatewayRoute(项目名).settings\org.eclipse.wst.common.component
2)如果没有就创建此文件 org.clipse.wst.common.component
3)检查内容,和此项目的正常情况的此文件比较,内容不一样则复制。
4)重启 myeclipse 。
解决。