常用操作
1.JDK设置
Window->Preferences->Java->Installed JREs->Add->Standard VM添加
2.添加服务器
①Window->Preferences->Server->Runtime Environments->Add
②Window->Show View->Other->Server打开服务器的窗口,右键点击->New->Server
3.内存设置
①Window->Preferences->Java->Installed JREs->勾选Jre版本->Edit->编辑Default VM arguments
②工程右键->Run as->Run Configurations->Arguments->编辑VM arguments
修改eclipse默认工作空间编码方式 Window->preferences->general->workspace->勾选text file encoding
修改工程编码方式,右击工程——Properties——Resource——Text file encoding
(1)工程->右键->build path->configure build path->Libraries->add library->junit->选择版本->finish
(2)工程->右键->properties->java build path->libraries->add library->junit->选择版本->finish
window-Perferences-General-Appearence-Theme
8.显示内存
Window->Preferences->General->勾选Show heap status
10.java反编译插件安装
Help->Install New Software->http://jd.benow.ca/jd-eclipse/update
Window->Preferences->General->Editors->File Associations->File types选择*.class without source->Associated editors中添加Class File Editor作为默认项(Default),保存后重启。
11.spring插件地址:http://download.springsource.com/release/TOOLS/update/e4.8/