This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Calling java methods from kawa


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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]