myeclipse8.5 testNG本地安装
将下面的插件,解压到 \Myeclipse8.5\dropins 目录下
附录
myeclipse安装插件的几种方式,来源http://cxr1217.iteye.com/blog/712696
1、将目标插件放到 E:\Myeclipse8.5\plugins ,一般是这个目录,其余目录可以。
2、在 x:\Myeclipse8.5\dropins 目录里面创建xxx.link文件,将插件 path=…… 设置好,就可以加载进来插件了
或者是在 Myeclipse8.5 目录下创建 links目录,在links目录下创建一个文件,来设置path=x:\\Myeclipse8.5\\plugins\\subclipse-1.6.12
3、将插件文件直接放到 x:\Myeclipse8.5\dropins 目录 ,试了一下,也OK 。