最近从ubuntu10.04升级到10.10后启动eclipse总是报如下错误:
The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.13/jre/lib/i386/client:/usr/lib/jvm/java-6-sun-1.6.0.13/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.13/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
其解决办法如下:
sudo apt-get install libtcnative-1
?
相关资料地址:http://ubuntuforums.org/showthread.php?t=1157376