且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Eclipse插件的问题

更新时间:2023-09-18 11:24:22

始终确保你正确地关闭蚀。
(1)首先你需要应该试试这个
的MyEclipse .EXE -clean


另外,添加以下行到 myeclipse.ini 文件中,靠近顶部:

-clean
(2)如果问题仍然存在的话只需创建一个新的工作区,然后导入所有项目文件。它肯定会工作:)

但是,如果它仍然不是那么解决
(3)的您需要重新安装月食

Always make sure that you shut down eclipse properly.
(1)First of all you need should try this
myeclipse.exe -clean
or
Alternatively, add the following line to the myeclipse.ini file, near the top:
-clean
(2)If problem is still occuring then Just create a new workspace and then import all project files in it. It will surely work :)

But if it still not resolved then
(3)You need to reinstall the eclipse