hi everyone !
i am using LuaJ .jar in my application .
how can i convert this >
to B4J using JavaObject ?
i had used >
but i get this error >
i am using LuaJ .jar in my application .
how can i convert this >
B4X:
import org.luaj.vm2.*;
import org.luaj.vm2.lib.jse.*;
Globals globals = JsePlatform.standardGlobals();
LuaValue chunk = globals.load("print 'hello, world'");
chunk.call();
to B4J using JavaObject ?
i had used >
B4X:
jo.InitializeStatic("org.luaj.vm2.*")
jo.InitializeStatic("org.luaj.vm2.lib.jse.*")
but i get this error >
java.lang.ClassNotFoundException: org$luaj$vm2