under X or just in console?it's a bit difficult to explain in english,  but now i have not enough memory to load chinese input method. and you'd better answer my quest first.

解决方案 »

  1.   

    说得清楚一点啊,什么应用?web的还是本机的
      

  2.   

    在Xwindow中运行的应用程序
      

  3.   

    please specilize your problem.
    You know in X, you still can use console to run you java ap.If you want to see what you outputting using "System.out.println",
    you can try this:
    java yourAP 1>logfile 2>&1
    then use Mozilla open the logfile, and change the codeset to "GBK" or "GB2312".If you APs are web applications, I think this issue is very obvious.Good luck!