Eclipse安装、使用设置、常见问题

一、安装

下载地址:
https://www.eclipse.org/downloads/
Eclipse安装、使用设置、常见问题
下载package,绿色解压版,不然会很慢
根据需要,下载SE或EE

解压到目标路径即可,注意不要出现中文字符

二、首次使用设置

1、workspace

选定指定空间(文件夹),存放代码
Eclipse安装、使用设置、常见问题红框不要打勾,如果打勾了在 window\Preferences 中设置如下
Eclipse安装、使用设置、常见问题
Eclipse安装、使用设置、常见问题

2、透视图(perspective)设置

Eclipse安装、使用设置、常见问题
Eclipse安装、使用设置、常见问题关闭不需要的结构
Eclipse安装、使用设置、常见问题
添加如下结构:
Package Explorer
Navigator
Outline
Console

3、设置UTF-8编码集

8-bit Unicode Transformation Format: 是针对Unicode的一种可变长度字符编码,它可以用来表示Unicode标准中的任何字符Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题

3、设置字体

Eclipse安装、使用设置、常见问题

4、设置Package Explorer中new的显示结构

Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题

5、保存当前透视图

Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题

6、输入帮助设置

Eclipse安装、使用设置、常见问题
输入:abcdefghijklmnopqrstuvwxyz.

7、以上设置仅在当前workspace中有效

配置文件:
Eclipse安装、使用设置、常见问题可以复制到其他新建的workspace中

三 、常见问题

1、查看Java类库源代码

Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题

2、显示程序员信息

Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题

3、导入已有工程

Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题Eclipse安装、使用设置、常见问题