lua-users home
lua-l archive

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


On Sun, Oct 2, 2016 at 11:15 AM, Marc Balmer <marc@msys.ch> wrote:
> But saw that I mentioned JNI? JNI is the Java Native Interface, used
> to call C from Java and vice versa.

So what would be the use case? Loading C Lua modules? In many cases it
would be better to use existing Java libraries.

I'm assuming that Rembulan has some relatively-easy way for Lua code
to access Java through reflection; that always was the strong point of
LuaJava.