Java – Tomcat native library not found on java path

javamaventomcat

This is the stacktrace when I run tomcat. Java and Maven exist.

Now, I checked my folders and there is a tools.jar in file path C:\Java\jdk1.6.0_34\lib

What am I missing?

I am currently using Tomcat v6.0, jre7 and have jdk1.6.0_34 installed

Stacktrace

The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: C:\Program
Files\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program
Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS
Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files
(x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R)
Management Engine Components\DAL;C:\Program Files\Intel\Intel(R)
Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R)
Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R)
Management Engine Components\IPT;C:\Program
Files\CA\SharedComponents\ScanEngine;C:\Program
Files\CA\SharedComponents\CAUpdate\;C:\Program
Files\CA\SharedComponents\ThirdParty\;C:\Program
Files\CA\SharedComponents\SubscriptionLicense\;C:\Program
Files\CA\eTrustITM;c:\Program Files (x86)\Microsoft SQL
Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files
(x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft
SQL Server\100\Tools\Binn\;c:\Program Files (x86)\Microsoft SQL
Server\100\DTS\Binn\;C:\Program
Files\TortoiseSVN\bin;C:\Java\jdk1.6.0_34\bin;C:\Java\jdk1.6.0_34\bin;C:\maven\bin;C:\maven\bin;C:\Program
Files\Perforce;.

Best Answer

You are not missing anything.The APR tc native is only used for better performing IO and not mandatory.

Related Topic