This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Re: Is there a limit on nesting of requires?
- From: alex mitchell <alexm at nus dot edu dot sg>
- To: Per Bothner <per at bothner dot com>
- Cc: "kawa at sources dot redhat dot com" <kawa at sources dot redhat dot com>
- Date: Fri, 15 May 2009 09:45:00 +0800
- Subject: Re: Is there a limit on nesting of requires?
That would be great, thanks. I appreciate the help.
Alex
On 5/15/09 2:13 AM, "Per Bothner" <per@bothner.com> wrote:
> On 05/13/2009 07:21 PM, alex mitchell wrote:
>> I keep coming across unexpected "java.lang.NoClassDefFoundError" errors. I
>> think I've isolated it. The following code doesn't run:
>
> I managed to reproduce the issue. Perhaps a ClassLoader problem, or a
> missing class Compilation.usedClass.
>
> I have a critical work issue I need to work on first; maybe
> I'll be able to get to this this evening.