On Tue, 12 Oct 2021 15:24:41 GMT, Cheng Jin <d...@openjdk.java.net> wrote:

> I tried to load `libc.a` and `libc` this way but neither of them works on AIX.

Sorry - what I meant is - `System::load`, which accepts a full path and 
extension. E.g.


System.load("/usr/lib/libc.a");

-------------

PR: https://git.openjdk.java.net/jdk/pull/4316

Reply via email to