[Kaffe] javac compiler shipped with kaffe fails to compile this!
Mark Wielaard
mark at klomp.org
Mon Mar 13 15:12:53 PST 2000
Hi,
On Mon, Mar 13, 2000 at 02:02:20PM -0800, Mo DeJong wrote:
>
> I just noticed that the javac compiler shipped with Kaffe is badly broken.
> It will not compile the following class.
>
> abstract class Inherit {
> abstract void foo() throws ClassNotFoundException;
> }
>
> public class InheritOverideException extends Inherit {
> void foo() throws ClassNotFoundException, SecurityException {}
> }
Kaffe seems to come with kjc 1.4B which had this problem.
It was fixed in kjc1.4C available from <http://www.dms.at/kopi/>.
> Is this the right place to send compiler problem reports?
Probably the best place to learn about the latest kjc versions would be
<http://www.dms.at/kopi/version.html>
That page also gives the following email adres for reporting bugs
<mailto:kopi at dms.at>
Cheers,
Mark
More information about the kaffe
mailing list