1. 程式人生 > >eclipse安裝外掛三種方法

eclipse安裝外掛三種方法

Eclipse外掛安裝三種方式:
1.線上安裝(前提要聯通網際網路)
步驟這種方式網上有很多
需要注意一點兒:
有時Install的過程很慢,可能是你找得url地址資源不佳,可以考慮換個url重來。

2. Link方式安裝
以freemarker為例。
在d:盤建立freemarker資料夾,將freemarker的zip包解壓,得到plugins和features包。
在d:/freemarker資料夾中建立eclipse檔案,將zip包解壓得到的plugins和features放入。
保證結構為:
D:/freemarker/eclipse/plugins
D:/freemaerk/eclipse/features
在eclipse資料夾中建立links資料夾。建立:自命名.link檔案,檔案中只有一行程式碼:
path=d:/freemarker/.
重新啟動eclipse即可。
注意:不是所有得外掛都支援

3. 將zip包中得的features與plugins中的內容分別拷貝到eclipse安裝目錄下得features與plugins中。如果重啟eclipse後沒有反應,可以嘗試刪除:eclipse\configuration\org.eclipse.update資料夾,再次啟動。