[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Can't compile nile
- To: Tuomas Lukka <lukka@xxxxxxxxxxx>, ZZ Development <zzdev@xxxxxxxxxx>
- Subject: Can't compile nile
- From: Benjamin Fallenstein <b.fallenstein@xxxxxx>
- Date: Sat, 09 Dec 2000 11:39:46 +0100
Hi Tuomas,
I cannot compile nile: the inner class structure you use doesn't work
with javac: it says you need to prepend each method call with an
explicit this qualifier. (because the methods are both nested and
inherited) The compiler shows 21 such errors.
-b.