eclipse的简单基础设置

界面布局设置

选择界面模板

创建界面模板

创建界面模板

调整模板

拖动相关窗口,去除不使用的窗口(窗口边框位置右键选择 close)

模板示意图



设置eclipse的编译和运行环境

注:不建议配置,默认使用windows安装的jdk版本

设置编译环境

Window -- Preferences – Java - Compiler

设置编译环境

设置运行环境

Window -- Preferences – Java - Installed JREs

设置运行环境

设置字体大小

设置java代码字体大小

Window -- Preferences -- General -- Appearance -- Colors and Fonts -- Java-- Java Editor Text Font

设置java代码字体大小

设置Console代码字体大小

Window -- Preferences -- General -- Appearance -- Colors and Fonts -- Debug -- Console font

设置Console代码字体大小

界面窗口调整

添加窗口

Window -- Show View -- 想要的窗口

添加窗口

去除窗口

窗口边框右键选择 close

去除窗口

还原默认显示窗口

Window – Perspective -- Reset Prespective

还原默认显示窗口

去除多余的默认注释

Window -- Preferences -- Java -- Code Style -- Code Templates -- Code下的选项

去除多余的默认注释

设置背景护眼色

Window -- Preferences -- General -- Editors -- Test Editors

设置背景护眼色

字符编码设置(UTF-8)

Window -- Preferences -- General -- Workspace

字符编码设置(UTF-8)

你可能感兴趣的:(eclipse的简单基础设置)