摘要: 1、问题:eclipse JEE配置好Tomcat后,启动提示The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Program Files\java\jdk1.6.0_32\bin;……(环境变量Path对应的值)。解决办法:在环境变量Path中加上D:\Program Files\apache-tomcat-6.0.35\bin(Tomcat的解压目录中 阅读全文