myeclipse非正常关闭解决方法】的更多相关文章

http://blog.csdn.net/xb12369/article/details/24960347…
问题:电脑突然断电,myeclipse非正常关闭,“Package Explorer”非正常显示,出现错误“Could not create the view: An unexpected exception was thrown.”.但是项目中的文件可以通过命令查看. 解决方式:关闭myeclipse --  删除文件 PS:在myeclipse项目默认存放目录 “.metadata/.plugins/org.eclipse.core.runtime/.settings/ com.genuit…
电脑突然断电,myeclipse非正常关闭,“Package Explorer”非正常显示,出现错误“Could not create the view: An unexpected exception was thrown.”.但是项目中的文件可以通过命令查看. 解决方式: 关闭myeclipse -- 删除文件 “.metadata/.plugins/org.eclipse.core.runtime/.settings/ com.genuitec.eclipse.ast.deploy.cor…
问题:电脑突然断电,myeclipse非正常关闭,“Package Explorer”非正常显示,出现错误“Could not create the view: An unexpected exception was thrown.”.但是项目中的文件可以通过命令查看. 解决方式:关闭myeclipse --  删除文件 “.metadata/.plugins/org.eclipse.core.runtime/.settings/ com.genuitec.eclipse.ast.deploy.…
myeclipse正常或非正常关闭后,再次运行,不显示启动时的logo和读条,进入主页面后程序基本就卡死,无法正常运行,解决办法. 方法一:修改工作空间在刚启动Myeclipse的时候会有一个选择工作空间的地方.换一个新的工作空间即可,若是原来将默认工作空间勾中了,没有出来,就去你的MyEclipse安装路径中(如:D:/dev_IDE/myeclipse/eclipse/configuration/.settings),里面有个org.eclipse.ui.ide.prefs文件,将里面的SH…
在开发中经常遇到myeclipse不编译的情况,但不同情况的解决方法又不一样,今天同样是遇到此类情况,在网上狂搜,终于找到一篇好文,它囊括了解决这种情况的常用的方法,现在发出来与大家分享.我遇到的情况是通过最后一个方法解决的:classpath文件,里面的路径不正确. MyEclipse不编译解决1. 确保 project->build automatically    已经被选上. MyEclipse不编译解决2. 如果选上了,也不好使, 使用这一招: project->clean..-&g…
在Myeclipse导入一个项目,有中文乱码问题,解决方法如下: 一.将整个project设置编码UTF-8(UTF-8可以最大的支持国际化) windows->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8. 二.对java源文件编码设置为UTF-8. windows->Preferences->general->Context T…
Could not create the view: An unexpected exception was thrown. 解决办法: 关闭myeclipse 原来工作空间的.metadata文件夹下出现com.genuitec.eclipse.ast.deploy.core.prefs错误提示 -----找到并删除------- “.metadata/.plugins/org.eclipse.core.runtime/.settings/ com.genuitec.eclipse.ast.d…
使用codefirst查询当然是必不可少的,但有时不小心可能很简单的查询也会导致异常. 下面用codefirst做个示例简单演示下异常发生的场景: var attendlist = db.Database.SqlQuery<AttendCountViewModel>("select STUDENTID,SUM(isnull(REALHOUR,0)) As REALHOUR from ATTEND_LIST where ATTENDDATE='" + geDate + &qu…
今天提交一个svn文件发生卡死,然后关闭myeclipse后发生,打开myeclipse出险闪退,摸索半天,发现: 只要修改下工作空间的名称,然后打开myeclipse重新导入即可,只是之前的配置都没了!!!…