Re: java.library.path should include /usr/local/lib

2013-05-27 Thread Damien Raude-Morvan
Hi Thomas, 2013/5/27 Thomas Koch > apparently, the search path for native libraries in OpenJDK on Debian > (system property java.library.path) does not include /usr/local/lib. I > think it should. > > Starting my java app with LD_LIBRARY_PATH=/usr/local/lib "solved" the > problem. > Should I fil

java.library.path should include /usr/local/lib

2013-05-27 Thread Thomas Koch
Hi, apparently, the search path for native libraries in OpenJDK on Debian (system property java.library.path) does not include /usr/local/lib. I think it should. Starting my java app with LD_LIBRARY_PATH=/usr/local/lib "solved" the problem. Should I fill a bug against openjdk? Regards, Thomas