问题发现:

使用eclipse导入项目后,在problems视图下报错:

Description Resource Path Location Type

Target runtime Apache Tomcat v7.0 is not defined. OnlineExamSSM Unknown Faceted Project Problem

eclipse报错:Target runtime Apache Tomcat v7.0 is not defined

解决办法:

在Window > show view > 找到“Navigator”视图,打开后在.settings目录下找到org.eclipse.wst.common.project.facet.core.xml文件。

eclipse报错:Target runtime Apache Tomcat v7.0 is not defined

找到“<runtime name="Apache Tomcat v7.0"/>”这一行,删掉即可。

eclipse报错:Target runtime Apache Tomcat v7.0 is not defined




相关文章:

  • 2021-06-20
  • 2021-08-11
  • 2021-08-22
  • 2021-04-24
  • 2021-09-09
  • 2021-07-07
  • 2021-10-22
猜你喜欢
  • 2021-06-28
  • 2022-01-27
  • 2021-11-13
  • 2022-12-23
  • 2022-01-18
  • 2021-10-10
  • 2021-09-10
相关资源
相似解决方案