Hello,
With older versions of lime/openfl, I was able to call a haxe function from java using
haxeObject.call2("funcName", param1, param2);
However now I get a JNI error saying that funcName is not a field of the object.
My current workaround is to have a "funcName" dynamic variable that references the actual function.
openfl 6.5.0, lime 5.8.2
Hello,
With older versions of lime/openfl, I was able to call a haxe function from java using
haxeObject.call2("funcName", param1, param2);
However now I get a JNI error saying that funcName is not a field of the object.
My current workaround is to have a "funcName" dynamic variable that references the actual function.
openfl 6.5.0, lime 5.8.2