[armedbear-devel] Question about calling Java

Ville Voutilainen ville.voutilainen at gmail.com
Thu Feb 4 14:49:05 UTC 2010


On 4 February 2010 16:39, Axel Rauschmayer <axel at rauschma.de> wrote:
> Quick comment: The latest incarnation of the Java FFI API allows one to use strings whenever a class object or a method object is required:
> (jnew "my.package.MyClass" arg) for new my.package.MyClass(arg)
> (jcall "methodName" obj arg) for obj.methodName(arg)

Does it allow both the "old" way and the stringified way? If so, is
there a patch somewhere that we can integrate?




More information about the armedbear-devel mailing list