【MyEclips】“Could not create the view: An unexpected exception was thrown”错误解决
打開MyEclipse所在的wordspace文件夾,在下面子文件夾
.metadata.plugins\org.eclipse.core.runtime.settings
刪除
com.genuitec.eclipse.ast.deploy.core.prefs
問題就解決了。
另外還有一類報錯:
Myeclipse錯誤:Errors occurred during the build. Errors running builder ‘DeploymentBuilder’ on project …
錯誤原因:
1、在編寫項目的時候,還沒等部署好,就關閉了了myeclipse 10,會出現這種問題。
2、當項目不是由myeclipse創建的,需要檢查.project 文件,并且添加com.genuitec.eclipse.j2eedt.core.webnature時,會出現這種問題。
解決辦法(跟上面相同):
1、關閉MyEclipse工作區間(就是你出錯的那個工作區間)。
2、刪除工作空間下的
“/.metadata/.plugins/org.eclipse.core.runtime/.settings/
com.genuitec.eclipse.ast.deploy.core.prefs”
總結
以上是生活随笔為你收集整理的【MyEclips】“Could not create the view: An unexpected exception was thrown”错误解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java读取多层级xml文件
- 下一篇: Oracle数据库表空间占用过大的解决办