Eclipse 3.5使用dropins的外掛程式安裝方式

來源:互聯網
上載者:User

標籤:

以前安裝Eclipse外掛程式有兩種方式

1 直接copy外掛程式到features/plugins目錄

2 在links目錄下建立連結檔案.


而 Eclipse 3.5又推出另一種新的安裝途徑, 更加靈活。


Eclipse 3.5下有個dropins目錄, 只要把外掛程式放到該目錄下就可以載入, 有幾種格式可以選擇。

1. 最簡單的,直接將jar包放到dropins目錄:

eclipse/
dropins/
net.sf.jadclipse_3.3.0.jar

 

2. 傳統格式,統一放到一個eclipse目錄下:

eclipse/
dropins/
eclipse/
features/
plugins/

 

3. 按照外掛程式名稱區分:

eclipse/
dropins/
jad/
features/
plugins/
m2eclipse/
features/
plugins/

 

4. 類似links方式添加連結:

eclipse/
dropins/
m2eclipse.link

內容如下: path=/home/software/ide/eclipse-plugins/m2eclipse

其中m2eclipse目錄下結構為
eclipse/
plugins/

 

如果只安裝一個Eclipse的話建議採用第三種,安裝多個Eclipse的話採用第四種。

注意:如果發現安裝了外掛程式但沒有效果,可以刪除eclipse主目錄下的\configuration\org.eclipse.update後,再在命令列方式下,進入在Eclipse根目錄(eclipse.exe所在目錄)通過“eclipse –clean”的命令來啟動Eclipse,clean命令會告訴Eclipse重新搜尋並載入所有的外掛程式資訊。

Eclipse 3.5使用dropins的外掛程式安裝方式

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.