Eclipse-插件的安装之link文件方法

    1. 我的eclipse路径为eclipse_Home,在eclipse文件夹下建文件夹MyPlugins. 

    2. 下载插件并解压得到包含features和plugins的文件夹theXXX.

    3. 完成复制和建立文件夹的操作之后,如下所示
       ${eclipse_Home}MyPlugins heXXXeclipsefeatures和..plugins文件夹.

    4.  在eclipse_Home下建links文件夹,并建立一个p1_xxx.link文件,
         内容为path=${eclipse_Home}/MyPlugins/Designer_v4.3.0_for_Eclipse3.1

             [    注意:1  路径中是"/"或者"\"  而不是""  
                         2 ${eclipse_Home}换成实际绝对地址:如D:\eclipse\MyPlugins\quantum303
                         3 link目录下的文件eclipse都要读入,小心!
                         4 path下面应该有eclipse文件加,而不是将path设置成eclipse文件夹
                            让path下面有plugins和features这两个目录
              ]

    5.  删除${eclipse_Home}configuration中的org.eclipse.update目录.

    6.  重启eclipse,ok.  其实,myeclipse的插件安装就是如此操作的。
原文地址:https://www.cnblogs.com/hwaggLee/p/4521937.html