天天看點

ubuntu使用eclipse的若幹問題解決方案

一,CVS中文亂碼

1,ubuntu添加字元集

vim /var/lib/locales/supported.d/local

添加字元集,zh_CN.GBK

dpkg-reconfigure --force locales

2,修改CVS編碼

進入CVS Repository Exploring 視圖,右鍵選擇你的cvs repository,選擇properties, 然後在對話框中選擇Server Encoding, 更改text file encoding選項即可。

二,eclipse建立server時報錯:cannot create a server using the selected type

sudo chmod -R 777 /opt/tomcat/conf

為conf目錄下的檔案設定讀寫執行權限