eclipse所有设置(javaEE开发)

一.设置字体

    window-->preferences-->General-->Appearence-->color and font,然后选中你需要修改的地方,点击edit修改

二.设置默认编码

    window-->preferences-->Workspace-->最下面的Text file encoding里面选择utf-8编码

三.设置maven(前提是你已经安装了maven)

 window-->preferences-->maven:

    1.installations-->add-->directory-->选择你的maven安装路径-->然后回到add的那个界面,把你选择的本地安装maven勾上

   2.user settings-->找到你的maven仓库地址里面的settings.xml文件(前提是你搭建了本地的maven仓库)-->update settings-->Reindex重构索引

暂时就想到这么多...有需要了再加

这位博主写的比较详细。。。

http://www.cnblogs.com/FocusIN/p/6403489.html

 

你可能感兴趣的:(java)