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

Reply via email to