码迷,mamicode.com
首页 > 系统相关 > 详细

解决方式-在Mac系统中,Eclipse无法导入含有中文路径的project

时间:2017-08-11 19:29:53      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:height   post   targe   XML   san   ons   路径   article   inf   

1、改动eclipse.app/Contents/Info.plist。查找

<key>CFBundleExecutable<key>
在其上方加入下面代码 


<?

xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>LSEnvironment</key> <dict> <key>JAVA_TOOL_OPTIONS</key> <string>-Dfile.encoding=UTF-8</string> <key>LANG</key> <string>zh_CN.UTF-8</string> </dict> <key>CFBundleExecutable<key>



2、改动eclipse.app/Contents/MacOS/eclipse.ini,在最后一行加入 -Dfile.encoding=UTF-8

3、关闭eclipse,又一次启动,并退出

4、打开命令终端,运行例如以下命令

/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -v -f /Applications/eclipse/eclipse.app


5  又一次启动Eclipse

解决方式-在Mac系统中,Eclipse无法导入含有中文路径的project

标签:height   post   targe   XML   san   ons   路径   article   inf   

原文地址:http://www.cnblogs.com/yangykaifa/p/7347506.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!