lua-users home
lua-l archive

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


Am 2. Oktober 2016 um 10:13:47, steve donovan ([email protected]) schrieb:
On Sun, Oct 2, 2016 at 9:34 AM, Marc Balmer <[email protected]> wrote:
> Do you support the C API (maybe using the JNI)?

Since it's a pure Java solution, no C code is involved and I would
imagine that it provides an equivalent Java API.


But saw that I mentioned JNI? JNI is the Java Native Interface, used
to call C from Java and vice versa.