How to load customized native library?

tison wander4096 at gmail.com
Wed Sep 27 07:02:02 UTC 2023


The other point is that if java.library.path still valid in FFM flow.
Otherwise, the conventional method to specify loading path should be
changed to some unstandard solution.

Best,
tison.


tison <wander4096 at gmail.com> 于2023年9月27日周三 14:49写道:

> I'm using OpenJDK 21.
>
> Previously, I used System.load or System.loadLibrary to load native
> library said "opendal_java".
>
> Now, with Linker.nativeLinker().defaultLookup(), the `find' result is
> empty even if I call System.load property first.
>
> I read the code and it seems the defaultLookup only always look
> up syslookup lib only.
>
> Thus, the only way I found to properly load customized native library is:
>
> final SymbolLookup lookup =
> SymbolLookup.libraryLookup(absolutePathToNativeLib), arena);
>
> Do we have something like System.loadLibrary, or respect the effect of
> System.load/System.loadLibrary?
>
> Best,
> tison.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/panama-dev/attachments/20230927/cb32049a/attachment.htm>


More information about the panama-dev mailing list