Eqistyre

导航

2015年7月13日 #

如何解决mac下javac显示出乱码的问题。

摘要: 进入终端1.输入cd ~2.输入 touch .bash_profile3.open -e .bash_profile然后在bash_profile下输入export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8并保存。返回终端输入source .bash_prof... 阅读全文

posted @ 2015-07-13 21:37 Eqistyre 阅读(182) 评论(0) 推荐(0)