Eclipse console UTF-8编码的设置

建置全UTF-8的環境:

1.在eclipse.ini的-vmargs下面加上 -Dfile.encoding=UTF-8

2.eclipse-->Window-->Preferences-->General-->Workspace-->Text file encoding-->UTF-8

3.Installed JREs-->Default VM Arguments:-->-Dfile.encoding=UTF-8

4.eclipse-->Run-->Run Configurations-->Arguments-->VM arguments-->-Dfile.encoding=UTF-8

5.eclipse-->Run-->Run Configuration-->Common --> Console Encoding-->Others-->GBK

==>ok!

猜你喜欢

转载自sunxboy.iteye.com/blog/2267080