[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
I cannot compile!
- To: ZZ Development <zzdev@xxxxxxxxxx>
- Subject: I cannot compile!
- From: Benjamin Fallenstein <b.fallenstein@xxxxxx>
- Date: Fri, 25 Aug 2000 20:26:43 +0200
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?
-b.