Peter,
Speaking of things that might be "beyond-spec", are Kaffe's standard
classes and the Sun JDK classes Serialization compatible? For example,
if I were to Serialize a java.awt.Panel generated by a Kaffe VM, and
send it over a network to a Sun VM, could the Sun VM deserialize it
properly to its java.awt.Panel?
curiously yours,
Steve
Peter C. Mehlitz wrote:
>
> No, it isn't (yet). There are certain "beyond-spec" incompatibilities
> (SwingGraphics delegation / inheritance, deprecated implementation methods
> etc.) which we don't want in our standard classes, but we are working on a
> compatibility layer that can be run on top of Klasses.jar (even though it
> hasn't topmost priority at the moment).
>
> -- Peter