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(注意路徑格式為/)