zoukankan      html  css  js  c++  java
  • springboot An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

    1.错误

    An incompatible version [1.1.32] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

    2.解决:

    http://archive.apache.org/dist/tomcat/tomcat-connectors/native/

    在网址下载所需要的版本,一般在  binaries/ 文件夹下的  tomcat-native-x.x.xxx-win32-bin.zip 中.

    找到  tcnative-1.dll  文件并放入 C:WindowsSystem32 目录下  或者 jdk/bin 目录下.

  • 相关阅读:
    推箱子
    为textarea增加maxlength属性(转)
    validate
    keypress
    Knockout
    & replace &
    银联参数
    chinapay
    model binding
    JSON.stringify
  • 原文地址:https://www.cnblogs.com/lishuaiqi/p/10901499.html
Copyright © 2011-2022 走看看