配置maven环境出现ARP tomcat native library 版本安装跟需求版本不一致时的解决方法An incompatible version xxxx of the APR based Apache Tomcat Native library is installed, while Tomcat requires version xxxx

此地址下载你所需要的library版本http://archive.apache.org/dist/tomcat/tomcat-connectors/native/

点击binaries

点win32.zip下载

把下载的zip文件名包括扩张名改成你电脑配置环境的tomcat/bin路径下的tomcat-native.tar同名,并覆盖整个tar即可

参考文档https://www.cnblogs.com/levy-home/p/5676322.html

原文地址:https://www.cnblogs.com/Fanchuguang/p/8544725.html