Calling java methods from kawa

Per Bothner per@bothner.com
Thu Jun 15 00:31:00 GMT 2000


Shawn Wagner <shawnw@speakeasy.org> writes:

> Something like (invoke-static <foo> 'test) will throw an error about not
> being able to find the foo class with kawa 1.6.66. With the latest from CVS,
> the error is about not finding the method 'test'.

That could be because test is ambiguous (or Kawa thinks it is).

Something to try, if you haven't:  Make sure the code containing
the (invoke-static <foo> 'test) is compiled to class files (using
java kawa.repl -C bar.scm).

A stand-alone test-case would help.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


More information about the Kawa mailing list