cjjjj

详细提示如下:

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

分类:

技术点:

相关文章:

  • 2021-04-03
  • 2021-10-31
  • 2021-11-26
  • 2021-04-14
  • 2021-09-30
  • 2021-12-09
  • 2021-12-26
猜你喜欢
  • 2021-04-26
  • 2021-07-04
  • 2021-08-22
  • 2022-01-21
  • 2021-09-27
相关资源
相似解决方案