天天看点

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目录下的文件设置读写执行权限