kaffe javac question: forward reference supported?
Edouard G. Parmelan
egp at free.fr
Mon Apr 9 23:23:00 PDT 2001
Yong Chen wrote:
> Say I have a class A having reference to class B, and class B having
> reference to class A, based on Java spec, this is allowed, but kaffe's
> javac (kjc) just doesn't allow me to compile either A or B.
Current version (1.4F and 1.4F-egp*) of KJC (KOPI Java Compiler) does
not support this feature. As a workaround, you must compile classes A
and B in the same run as in
kjc A.java B.java
--
Edouard G. Parmelan
http://egp.free.fr
More information about the kaffe
mailing list