博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【技术贴】解决 myeclipse打不开报错an error has occurred, see .
阅读量:6829 次
发布时间:2019-06-26

本文共 640 字,大约阅读时间需要 2 分钟。

方法1.右键选中快捷方式属性选项,在快捷方式页,目标一项最后加上-clean选项,如C:\MyEclipse6\eclipse.exe -clean. 然后重新启动一下MyEclipse。

方法2.

java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer

解决方法:删除指定的工作目录下.metadata/.plugins的文件夹下所有文件,然后重起MyEclipse!

方法3.最好的方法 是进入 workspace 删除如下文件即可!我的bug解决了!!

.metadata/.plugins/org.eclipse.core.resources/.snap

删除 .snap就可以了!!!

哈哈。

我是在网上找的 参考http://www.eclipse.org/forums/index.php/t/156204/ 

看这里的人的回复即可:!

 Peter HaldbaekMessages: 1Registered: October 2011Junior Member   

For anyone interested, I had the exact same problem and deleting the file .metadata/.plugins/org.eclipse.core.resources/.snap did the trick for me.

别瞎讲 。。我解决了!!

转载地址:http://fnjkl.baihongyu.com/

你可能感兴趣的文章
Linux时间子系统之三:jiffies
查看>>
使用 VisualVM 进行性能分析及调优
查看>>
linux升级OpenSSL
查看>>
《QQ欢乐斗地主》山寨版
查看>>
病毒木马查杀实战第015篇:U盘病毒之脱壳研究
查看>>
SDK是什么?什么是SDK
查看>>
centos/linux下的使得maven/tomcat能在普通用户是使用
查看>>
Web学习篇之---html基础知识(一)
查看>>
java多线程入门学习(一)
查看>>
多线程间的通讯之等待唤醒机制
查看>>
Shell中整数比較
查看>>
IOS应用内购(一)内购的种类
查看>>
canvas图形处理和进阶用法
查看>>
传输PDF文档的好帮手
查看>>
更新部分屏幕内容
查看>>
The server does not support version 3.0 of the J2EE Web module specification
查看>>
SQL Server内存
查看>>
MPU6050带字符驱动的i2c从设备驱动2
查看>>
深入探析c# Socket
查看>>
Python 全集变量
查看>>