[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Hint library name (was Re: Naming convention for Java gluelib



On Wed Jun 10 09:14, Mathieu Malaterre wrote:
> Can I add something like:
> 
> ...
>     System.loadLibrary("foojni");

Ah, yes, that is, in fact, how it works; you have to do this in order to
load a native library. It will then look for lib${name}.so in
$LD_LIBRARY_PATH and the java.library.path Java system property.

Matt

-- 
Matthew Johnson
www.matthew.ath.cx

Attachment: signature.asc
Description: Digital signature


Reply to: