小编在新建了一个j2ee的项目之后,发现在里面新建的jsp页面都出现了"javax.servlet.http.HttpServlet" was not found on the Java Build Path的错误,我们不难发现,这句话是说javax.servlet.http.HttpServlet这个包找不到,很显然这个包属于tomcat的包,我们只需要把他导入到项目中就可以解决这个办法了。
解决办法:
右击当前的web工程,选择里面的属性或Build Path,找到Java Build Path->Libraries点击Add Libray...,然后点击Server Runtime ,最后选择你的Tomcat Server,然后保存就大功告成了。

Last modification:December 12, 2018
If you think my article is useful to you, please feel free to appreciate