Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » APR library
APR library [message #1768719] Sat, 22 July 2017 11:25
anibal  alvarez alvarez is currently offline anibal alvarez alvarezFriend
Messages: 1
Registered: July 2017
Location: Spain
Junior Member
# ./version.sh
Using CATALINA_BASE: /usr/share/tomcats/tomcat8
Using CATALINA_HOME: /usr/share/tomcats/tomcat8
Using CATALINA_TMPDIR: /usr/share/tomcats/tomcat8/temp
Using JRE_HOME: /usr
Using CLASSPATH: /usr/share/tomcats/tomcat8/bin/bootstrap.jar:/usr/share/tomcats/tomcat8/bin/tomcat-juli.jar
Server version: Apache Tomcat/8.0.44
Server built: May 10 2017 17:21:09 UTC
Server number: 8.0.44.0
OS Name: Linux
OS Version: 4.10.0-27-generic
Architecture: amd64
JVM Version: 1.8.0_141-b15
JVM Vendor: Oracle Corporation
----
Hi.

When I run a .jsp file, in the console I can read
<<INFORMACIÓN [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent La biblioteca nativa de Apache Tomcat basada en ARP que permite un rendimiento óptimo en entornos de desarrollo no ha sido hallada en java.library.path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib>>

How can I set this path "/usr/share/apr/lib" into the java.library.path?

I've tried to add it up at eclipse.ini like:
...
-vm
-Djava.library.path="${workspace_loc:project}/lib;${env_var:PATH};/usr/local/apr/lib"
...
but I'm still getting the message above.

I've read this solution at the attached file, but I don't want to configure the build-path each time and every proyect.

Is there any solution for all proyects permanently?

Thanks.

[Updated on: Sat, 22 July 2017 15:33]

Report message to a moderator

Previous Topic:Error Suggestions for fix on line of code
Next Topic:Eclipse opens but won't do anything (main window stays empty)
Goto Forum:
  


Current Time: Thu Mar 28 15:19:13 GMT 2024

Powered by FUDForum. Page generated in 0.03099 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top