简体   繁体   English

在Java路径上找不到Tomcat本机库

[英]Tomcat native library not found on java path

This is the stacktrace when I run tomcat . 这是我运行tomcat时的堆栈跟踪。 Java and Maven exist. Java and Maven存在。

Now, I checked my folders and there is a tools.jar in file path C:\\Java\\jdk1.6.0_34\\lib 现在,我检查了文件夹,文件路径C:\\Java\\jdk1.6.0_34\\lib有一个tools.jar

What am I missing? 我想念什么?

I am currently using Tomcat v6.0, jre7 and have jdk1.6.0_34 installed 我目前正在使用Tomcat v6.0,jre7并已安装jdk1.6.0_34

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 File 在java.library.path上找不到基于APR的Apache Tomcat本机库,该库可在生产环境中实现最佳性能: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)管理引擎组件\\ DAL; C:\\ Program Files \\ Intel \\ Intel(R)管理引擎组件\\ IPT; C: \\ Program Files(x86)\\ Intel \\ Intel(R)管理引擎组件\\ DAL; C:\\ Program Files(x86)\\ Intel \\ Intel(R)管理引擎组件\\ 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 File s\\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;. s \\ 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 ;.

您不会丢失任何东西.APR tc本机仅用于更好地执行IO,而不是强制性的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM