Eclipse安装与配置

一、官网下载eclipse-jee-mars-R-win32-x86_64.zip,这个是不需要安装的,直接解压就可以用

Eclipse安装与配置_第1张图片


二、eclipse常用设置

2.1、修改字体

Window—Preferences—General—Appearance—Color and Fonts—Basic—Text Font

Eclipse安装与配置_第2张图片


2.2、显示代码行号 Window—Preferences—General—Editors--Text Editors

Eclipse安装与配置_第3张图片


2.3、修改空间的编码格式 Window—Preferences—General--WorkSpace


Eclipse安装与配置_第4张图片


2.4、添加jdk版本 Window—Preferences—General--java--Installed JREs--add 找到jdk安装目录并添加


Eclipse安装与配置_第5张图片


2.5、取消一些版本编译校验,方便快速编译,避免一些js的报错

Window—Preferences—Validation

Eclipse安装与配置_第6张图片



至此,差不多你就可以开启不归之路了…


你可能感兴趣的:(工具)