@JB,
thank you for clarification,
it works that way in combination with the stuff below
@Achim
I just came across that blog-post as well, but I couldn't get the
<Bundle-NativeCode>.... working,.... at first...
but now I found out that it was just a naming problem:
At the beginning my library's name was lpsolve55j_x64.so (for x64), but the
java library loader was not able to find it by calling
System.loadLibrary(xx), because this command expects that the library starts
with lib (not 100% sure :) ), then I renamed that file as it was and tried
<Bundle-NativeCode>
liblpsolve55j_x64.so;osname=linux;processor=x86-64
</Bundle-NativeCode>
tada, works like a charm :) even with uninstalling and reinstalling :)
thank you guys for your help
cheers
Philipp
--
View this message in context:
http://karaf.922171.n3.nabble.com/Native-library-and-System-load-tp4032562p4032571.html
Sent from the Karaf - User mailing list archive at Nabble.com.