Search code examples
eclipsetomcatapr

Eclipse Tomcat apr


I use Tomcat 6.0.32 as standalone - APR load without problems. But when install the same in Eclipse and run - apr not found. What can be the reason? Thanks.


Solution

  • Add a VM argument in Run configuration for Tomcat server in eclipse.

    -Djava.library.path="D:\java\apache-tomcat-7.0.50\bin"