GCJ 首度實現 Free AWT Native Interface Implementation
偉大的 GCJ Hacker -- Thomas Fitzsimmons 在 GCC mailing-list 提到他的進度: [
AWT Native Interface implementation],完全透過 cleanroom 的手法來實現,不參考 Sun 的 header 實現的 AWT Native Interface,算是 Free Java 界的大突破,引述原文:
I wrote this from scratch without referring to Sun's headers so there will probably be some incompatibilities. We can resolve these as we discover them. Currently I can run the example from the AWT Native Interface specification:
http://java.sun.com/j2se/1.3/docs/guide/awt/AWT_Native_Interface.html
I'll be testing other packages in the weeks to come, like Eclipse, OpenOffice.org and the JOGL bindings. Since so many projects require libjawt.so to build, I'd like to see this applied to mainline as well, if possible.
咱們欣賞一下這個進展吧:

看來我的
KMM 計畫很快就會整合這個成果,最終回 backport 回 Kaffe Official 去。
由 jserv 發表於 February 12, 2005 10:13 PM