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

Posted 拓荒牛

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse新建JSP页面报错:Multiple annotations found at this line解决方法相关的知识,希望对你有一定的参考价值。

错误提示:

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解决方法的主要内容,如果未能解决你的问题,请参考以下文章

eclipse中新建jsp文件是报错,怎么处理

刚新建好的动态网站项目,创建jsp页面就报错

jsp报错,有个叉号

在eclipse中新建jsp就报错

eclipse中jsp报错,怎么忽略

我这是新建的jsp文件,可是为啥会提示错误啊!