码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2018-08-11 01:29:04      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:右键   ota   not found   com   出现   height   http   line   this   

错误提示:

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

技术分享图片

 

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

解决方法: 

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

 

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

标签:右键   ota   not found   com   出现   height   http   line   this   

原文地址:https://www.cnblogs.com/niusdtz/p/9457928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!