转自:http://blog.sina.com.cn/s/blog_8e761c110101dyj3.html

在使用Eclipse时,有时会出现这样的错误,在使用智能引导式会报错An internal error occurred during: "Items filtering".
Class file name must end with .class。重复还会报错。可以使用下面的解决方法:

关闭Eclipse。

删除:

/.metadata/.plugins/org.eclipse.jdt.core/*.index

/.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt

再,重启Eclipse应该就可以啦。

相关文章:

  • 2022-03-10
  • 2022-12-23
  • 2021-04-02
  • 2021-06-24
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
猜你喜欢
  • 2021-11-24
  • 2021-11-20
  • 2021-06-28
  • 2021-12-27
  • 2022-12-23
  • 2021-06-02
  • 2021-10-13
相关资源
相似解决方案