1、设置自己需要快捷键方法:window==》preference==》keys
(1)设置setter 和getter
找到 Getter and Setter 添加自己需要的快捷键即可
(2)设置添加实现接口方法或覆盖父类的方法
找到 Override or implement methods 即可
2、配置eclipse 启动需要的环境(启动jdk的时候报错需要配置)
(
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Eclipse. No Java virtual machine
was found after searching the following locations:
)
在eclipse 的配置文件中添加(eclipse.ini)
-vm
D:\devlopgrame\java\jdk\bin\javaw.exe
3、eclipse 安装插件(以svn为例)
(1)下载svn的解压包site_1.6.18
(2)解压安装包到一个磁盘位置 如:D:\learn\Eclipse\pluginsetorsoure\svnplug\site_1.6.18
(3)建立连接文件svn.link(
eclipse\dropins) path=D:/learn/Eclipse/pluginsetorsoure/svnplug/site_1.6.18(注意路径格式为/)