首页 > 编程语言 > 详细

启动Eclipse时发生An internal error occurred during: "Initializing Java Tooling"错误

时间:2017-05-16 10:22:10      阅读:250      评论:0      收藏:0      [点我收藏+]

详细提示如下:

An internal error occurred during: "Initializing Java Tooling". Illegal exception table range in class file org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration
 
解决方法:
通过【重置窗口布局】,可解决大部分情况:
点击菜单导航栏的windows > perspective > reset perspective

(网上主流方案是删除一个配置文件夹,会对原有项目有影响,建议:如果【重置窗口布局】无效,再尝试那个方案。网上另一种说法JDK的问题,这种概率不大,检查eclipse全局属性中的Installed JRE是否引用了不存在的JDK)
 
如果上面的方法不行的话,再使用这样的解决方法:
删除当前工作目录下的WORKSPACE_HOME/.metadata/.plugins/org.eclipse.core.resources/.project,然后重新启动Eclipse

启动Eclipse时发生An internal error occurred during: "Initializing Java Tooling"错误

原文:http://www.cnblogs.com/cjjjj/p/6859942.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!