Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] LD_LIBRARY_PATH versus jetty

Using jetty-distribution-7.1.6.v20100715, I am trying to deploy a
webapp that uses JNI, so I need to have LD_LIBRARY_PATH set. I put the
settings into /etc/default/jetty.

It does not take effect. By poking around in /proc, I see that the
actual setting of the environment variable is:

LD_LIBRARY_PATH=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64

So, someone has stacked up all this Java business, but discarded my setting.

Should I file a bz?


Back to the top