[Solution] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
生活随笔
收集整理的这篇文章主要介绍了
[Solution] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
HttpServlet需要tomcat等.
右键project点开properties>project facets>
在右侧栏的Runtime tab中勾选tomcat或者新建tomcat服务器.
Apply and close.
转载于:https://www.cnblogs.com/zienzir/p/9138104.html
总结
以上是生活随笔为你收集整理的[Solution] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 绘制路径
- 下一篇: Java动态代理代码快速上手