0
点赞
收藏
分享

微信扫一扫

JSP报错:解决Multiple annotations found at this line

三次方 2022-09-22 阅读 73


报错类似如下, 按步骤可以解决这种问题
Multiple annotations found at this line
Unknown tag (jap:forward)

步骤如下:

1.项目右键,点击build path,选择configure build path选项进入下一步:如下

JSP报错:解决Multiple annotations found at this line_服务器

2:在configure build path界面下找到,java build path项,Libraries选项下的Add Library

JSP报错:解决Multiple annotations found at this line_右键_02

3、在Add Library下找到server Runtime 然后next,操作如下图所示。

JSP报错:解决Multiple annotations found at this line_java_03

4 .server Runtime下,选择你的服务器,然后finish,然后你可以看到错误消失了

JSP报错:解决Multiple annotations found at this line_服务器_04

                                </div>


举报

相关推荐

0 条评论