perfect. thanks

De : bill lam <[email protected]>
À : Programming forum <[email protected]>
Sujet : Re: [Jprogramming] jni - correction of dll name for Windows
Date : 30/05/2022 18:46:51 Europe/Paris

updated, please check.

On Mon, May 30, 2022 at 11:21 PM <[email protected]> wrote:

> Hello,
>
>
> The name of the dll for the Java virtual machine on Windows needs needs to
> be corrected in jni.ijs (line 308):
>
>
>
> libjvm=. '"', '"',~ jvm, (('Darwin'-:UNAME) +
> IFUNIX){::'libjvm.dll';'libjvm.so';'libjvm.dylib'
>
>
>
> should be changed to:
>
>
>
> libjvm=. '"', '"',~ jvm, (('Darwin'-:UNAME) +
> IFUNIX){::'jvm.dll';'libjvm.so';'libjvm.dylib'
>
>
>
>
>
> Philip
>
>
>
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to