[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: [zzdev] I cannot compile!



> Help -- I cannot compile!
> 
> Here's what I get with javac on Linux:
> 
> 
> ZZDefaultSpace.java:221: Class fi.iki.lukka.ZP not found in type declaration.
>             ZP zp = new ZP("Vanishing", "vanishing");
>             ^
> ZZDefaultSpace.java:221: Class fi.iki.lukka.ZP not found in type declaration.
>             ZP zp = new ZP("Vanishing", "vanishing");
> 
> 
> No, it doesn't make sense to me, either. Anyone have an idea what to do?

Fixed. Javac doesn't like method-internal named classes.

	Tuomas