错误提示:

Multiple annotations found at this line:
	- The superclass "javax.servlet.http.HttpServlet" was not found on the Java 
	 Build Path
	- The superclass "javax.servlet.http.HttpServlet" was not found on the Java 
	 Build Path

eclipse新建JSP页面报错:Multiple annotations found at this line解决方法

 

错误原因:缺少编译JSP页面的库:server Runtime ,一般出现在新安装的eclipse中。

解决方法: 

右键该项目---->点击build path---->选择configure build path---->下一步---->configure build path界面下找到java build path项---->Libraries选项下的Add Library---->找到server Runtime 然后next---->ok

 

相关文章:

  • 2022-12-23
  • 2021-07-06
  • 2021-05-28
  • 2022-12-23
  • 2021-09-25
  • 2021-11-18
  • 2022-12-23
  • 2021-06-23
猜你喜欢
  • 2021-07-07
  • 2021-05-20
  • 2021-12-03
  • 2021-05-06
  • 2021-05-31
  • 2022-12-23
  • 2021-08-08
相关资源
相似解决方案