1.1 api compatibility
Bart Locanthi
kaffe@rufus.w3.org
Thu, 06 Aug 1998 12:02:11 -0700
is there a kaffe api reference doc?
i have a substantial body of code i wanted to test out with kaffe, but
got many errors in apparent contradiction to the 1.1 api.
here's a list from my first compile batch:
function getFocusOwner() not found in class java.awt.Window
constructor ParseException(java.lang.String, int) is not public in class
java.text.ParseException; cannot be accessed from outside package
warning: function resume() in class java.lang.Thread has been deprecated
warning: function suspend() in class java.lang.Thread has been
deprecated
eg, Window.getFocusOwner() *does* exist in 1.1,
ParseException.ParseException() *is* public, Thread.resume() and
Thread.suspend() have *not* been deprecated..