myeclipse报错:Could not open the editor: Invalid thread access .

来源:互联网 发布:数据结构查找算法总结 编辑:程序博客网 时间:2024/04/30 09:15

Myeclipse然打开什么东西都报错了:

Could not open the editor: Invalid thread access

 

解决方法是:

1. cmd

2. cd 进入你的Myeclipse安装目录 : E:\MyEclipse8.5>

3.执行命令  -clean   比如:我的安装目录下有myeclipse.exe

则执行: myeclipse.exe -clean

 

问题解决~