发信人: huanghwh(五云人)
整理人: zhcharles(2003-04-05 23:49:17), 站内信件
|
【 在 huanghwh 的大作中提到:】
:【 在 huanghwh 的大作中提到:】
::for -STABLE and -CURRENT!
::
::Hi all,
::
:
:......
如果在5.x下使用,同时设置中文locale+输入法, 则需要在加一下patch(very stupid):
--- j2se/src/solaris/native/sun/awt/awt_MToolkit.c~ Wed Feb 5 09:17:48 2003
+++ j2se/src/solaris/native/sun/awt/awt_MToolkit.c Wed Feb 5 15:08:18 2003
@@ -2818,7 +2818,7 @@
/*
* Cleanup
*/
- XtDestroyWidget(frame);
+ //XtDestroyWidget(frame);
free(colorsPtr);
AWT_UNLOCK();
否则java GUI app will coredump(至少我是这样的).
---- Power OS is FreeBSD.
Network is computing.
Java is network language.
Web is Application. |
|