Error “HttpServletRequest refers to the missing type String”

前端 未结 2 1557
南旧
南旧 2021-02-19 02:33

I am implementing a project in struts in which I am getting an error in a JSP page.

I have already configured Tomcat 6, the JRE and JDK 6 in Eclipce IDE.

The cod

相关标签:
2条回答
  • 2021-02-19 03:11

    You haven't added the JRE libraries to your IDE. Add it.

    0 讨论(0)
  • 2021-02-19 03:25

    click on your project and go to build path configure updated jre path and Select the library type to add

    0 讨论(0)
提交回复
热议问题