SpringBoot项目启动报错:An incompatible version [1.1.22] of the Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

问题解释:

  “安装了不兼容的Apache Tomcat原生库版本[1.1.22],而Tomcat需要版本[1.2.14]”

解决方法:

  ① 打开网页 http://archive.apache.org/dist/tomcat/tomcat-connectors/native/

  ②

              

  ③

              

  ④

            

   ⑤ 复制到 jdk 的bin目录下,然后重启项目即可。

 

posted @ 2023-09-13 09:23  Dsx19  阅读(417)  评论(0编辑  收藏  举报