JspException and PageContext cannot be resolved

后端 未结 7 1944
眼角桃花
眼角桃花 2020-12-29 09:09

This is a follow up to a question on accessing resources in jsp page of spring mvc app Thanks to @kmb385 I was able to resolve that problem but now I get the following eclip

7条回答
  •  感情败类
    2020-12-29 09:54

    If you have downloaded all the dependencies in maven and the error is still not getting away, follow the steps below:

    1. Right click on project and go to properties
    2. Click over target run time
    3. Check the box in front of the server you are using.

    This should work.

提交回复
热议问题