eclipse开发项目中,遇到以下问题:
查看报错信息:The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
解决方案:
右键项目名>Properties>Targeted Runtimes>勾选对应服务器>Apply
eclipse开发项目中,遇到以下问题:
查看报错信息:The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
解决方案:
右键项目名>Properties>Targeted Runtimes>勾选对应服务器>Apply
相关文章: