Improve native code loading
---------------------------
Key: FELIX-439
URL: https://issues.apache.org/jira/browse/FELIX-439
Project: Felix
Issue Type: Bug
Components: Framework
Reporter: Karl Pauls
Assignee: Karl Pauls
We need to improve native code loading in three areas:
1) bundle installation should fail in case a native library is not in the jar
but in the header clause that is selected for the current platform.
2) we should only use the first library we find of a given name.
3) on MacOSX there are two extensions accepted by java namely, .jnilib and
.dylib but System.mapLibrary() returns only the .jnilib extension.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.