eclipse預設檔案編碼

一路前行發表於2015-01-18
eclipse裡
就是在eclipse.ini檔案裡新增一行-Dfile.encoding=utf-8即可
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx256m
-Dfile.encoding=utf-8

 

 

相關文章