问题:IDEA运行Spring Boot项目出现ERROR:An incompatible version [1.2.12] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]
解决方案:http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.14/binaries/ 下载如图文件:
An incompatible version [1.2.12] of the APR based Apache Tomcat Native library is installed, while
解压后得到:
An incompatible version [1.2.12] of the APR based Apache Tomcat Native library is installed, while
32位系统用户将这个文件复制到C:\Windows\System32目录下,解决。
64位系统用户点击上图中x64文件夹,找到tcnative-1.dll复制到C:\Windows\System32目录下,解决。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-06-20
  • 2021-08-14
  • 2022-12-23
  • 2021-06-26
猜你喜欢
  • 2021-09-10
  • 2021-12-02
  • 2022-02-07
  • 2021-08-10
  • 2021-07-08
相关资源
相似解决方案