This is the mail archive of the kawa@sources.redhat.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]
Other format: [Raw text]

Re: make errors with current cvs


Robert D. Skeels wrote:
> I am not sure if this helps, but I will do everything I can to help get this
> fixed, as I know MacOS isn't a big priority for most. However, I want to
> insure that every release of Kawa works on it until Kawa requires Java 2.

I'd start by adding a:
System.err.println(method);
just before the method.invoke.
Then see if that method really exists, including that the class
has been compiled and is in the classpath.
-- 
	--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]