A new version of Eclipse just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?

后端 未结 6 2039
-上瘾入骨i
-上瘾入骨i 2020-12-08 20:20

Galileo came out the other day, and even though plugins under Eclipse are, IMO, just a little bit easier to deal with than Netbeans, it would still be really awesome if ther

6条回答
  •  一生所求
    2020-12-08 20:44

    I would recommend to read: "Install Plug-ins into Eclipse IDE", specifically written for eclipse3.5.

    The method I use is to store all my plugin into one share a Dropins folder, and then launch my eclipse with the following line in the eclipse.ini:

    -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=//mySharedDropins
    

    As long as this line is present in the eclipse.ini of any future eclipse, all of those new installation will detect and use my shared plugin.

    Combine that with a fine-tuned eclipse.ini and you are good to go!

提交回复
热议问题