当前位置: 代码迷 >> 综合 >> Multiple annotations found at this line: - String cannot be resolved to a type - javax.servlet.Ser
  详细解决方案

Multiple annotations found at this line: - String cannot be resolved to a type - javax.servlet.Ser

热度:93   发布时间:2023-12-16 05:15:59.0

java web项目jsp页面报错:

报错内容:

Multiple annotations found at this line:
- String cannot be resolved to a type
- The method getContextPath() from the type HttpServletRequest refers to the missing type String

原因:缺少jar包

解决方案:添加    jstl-1.2.jar    jar包,对应自己的版本

  相关解决方案