First:
i reinstall a new ubuntu without chinese.......
then i #locale
i set LC_ALL="zh_CN.UTF-8"
but recive a error message :
"locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
"
where can i get a new "zh_CN.UTP-8"????
i just need to type chinese with ftiex 3.1
Second:
this makes me so upset~!~!~~!~!~!~!
i edit my ~/.bashrc with vim
add
"set JAVA_HOME=/opt/jdk1.5.0_10
export JAVA_HOME
set PATH=${JAVA_HOME}/bin{JAVA_HOME}/jre/bin{PATH}
export PATH
set CLASSPATH=.{JAVA_HOME}/lib/dt.jar{JAVA_HOME}/lib/tools.jar{JAVA_HOME}/jre/lib{CLASSPATH}
export CLASSPATH
"
to the rear of the file.......
then i "$source .bashrc" and even relogin.....but it still doesn't work........
and i "echo $JAVA_HOME", it just leave a blank.......
even when i type the "set JAVA_HOME......
export JAVA_HOME"
by myself......