I'm using luajava. want to do like this
local result = luajava.newInstance("org.foo.Bar",javaobj);
Then i found i can't use javaobj as a argument
too many method needs a javaobj as argument
but i can't use complex argument in lua
I'm using luajava. want to do like this
local result = luajava.newInstance("org.foo.Bar",javaobj);
Then i found i can't use javaobj as a argument
too many method needs a javaobj as argument
but i can't use complex argument in lua