linux环境下,java程序手工运行不乱码,crontab自..
时间:2007-12-10 来源:szxsztszk
方案1:
在要运行的xx.sh文件里加入
LANG=en_US.iso885915
NLS_LANG='simplified chinese'
export LANG
export NLS_LANG
解决方案2:
在要运行的xx.sh里加入“-Dfile.encoding=gb2312” 例如:
/opt/jdk1.5/bin/java -Dfile.encoding=gb2312 -Xmx512m -cp /opt/baofeng_paihangbang/program/lib/commons-email-1.0.jar:/。。。。。。
在要运行的xx.sh文件里加入
LANG=en_US.iso885915
NLS_LANG='simplified chinese'
export LANG
export NLS_LANG
解决方案2:
在要运行的xx.sh里加入“-Dfile.encoding=gb2312” 例如:
/opt/jdk1.5/bin/java -Dfile.encoding=gb2312 -Xmx512m -cp /opt/baofeng_paihangbang/program/lib/commons-email-1.0.jar:/。。。。。。
相关阅读 更多 +