gpt4 book ai didi

eclipse - ServletException、HttpServletResponse 和 HttpServletRequest 无法解析为类型

转载 作者:行者123 更新时间:2023-12-03 23:59:02 26 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





How do I import the javax.servlet / jakarta.servlet API in my Eclipse project?

(15 个回答)


5年前关闭。




在 Eclipse 中创建 servlet 时出现错误,例如

Multiple markers at this line

  • ServletException cannot be resolved to a type
  • HttpServletResponse cannot be resolved to a type
  • HttpServletRequest cannot be resolved to a type

最佳答案

您可以执行以下操作:
在你的类中导入 jar 文件:
import javax.servlet.http.HttpServletResponse
添加Apache Tomcat库如下:

项目 > 属性 > Java 构建路径 > 库 > 从库选项卡添加库 > 选择服务器运行时 > 下一步 > 选择 Apache Tomcat v 6.0 > 完成 > 确定

另外首先,请确保 Servlet jar 包含在 Eclipse 中的类路径中,如 PermGenError 所说。

我认为这将解决您的错误

关于eclipse - ServletException、HttpServletResponse 和 HttpServletRequest 无法解析为类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13951127/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com