question about kaffec

Archie Cobbs archie at dellroad.org
Sun Mar 25 13:08:38 PST 2001


Dan Stanger/Donna Stanger writes:
> does kaffe currently do recursive compilation, that is if class a
> depends on b and
> the command javac a.java is issued, will b.java be compiled also?
> thanks,

This is a property of the compiler, not the runtime.

But yes all Java compilers I know of do this, in fact,
the compilation will fail if b.java is not found and
compilable.

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com


More information about the kaffe mailing list