`

myeclipse8.5安装velocity插件

 
阅读更多

安装方法一(在线安装):
线上安装地址: http://veloeclipse.googlecode.com/svn/trunk/update/

Eclipse3.5直接可以线上安装,有时候会安装失败,多安装几次就可以安装成功了。
myeclipse8.5线上安装失败后,多次安装也可以安装成功,但是安装后发现myeclipse不能创建web project工程了,安装出现了问题。
解决方案:
安装velocity插件之前备份  \%你的myeclipse安装目录%\Genuitec\MyEclipse 8.5\configuration\org.eclipse.equinox.simpleconfigurator\bundles.info文件, 插件安装成功后,在备份的bundles.info文件的最后一行加入以下代码:
com.googlecode.veloeclipse.ui,2.0.8,file:/%你的myeclipse安装目录%/Genuitec/Common/plugins/com.googlecode.veloeclipse.ui_2.0.8/,4,false
比如我的:
com.googlecode.veloeclipse.ui,2.0.8,file:/D:/Program Files/Genuitec/Common/plugins/com.googlecode.veloeclipse.ui_2.0.8/,4,false

覆盖原有的bundles.info文件,重启myeclispe。

安装方法二(手动安装):
将将附件com.googlecode.veloeclipse.ui_2.0.8.rar解压后的文件夹放在\%你的myeclipse安装目录%\\Genuitec\Common\plugins 目录下。
打开\%你的myeclipse安装目录%\Genuitec\MyEclipse 8.5\configuration\org.eclipse.equinox.simpleconfigurator\bundles.info文件,
最后一行加入以下代码:
com.googlecode.veloeclipse.ui,2.0.8,file:/%你的myeclipse安装目录%/Genuitec/Common/plugins/com.googlecode.veloeclipse.ui_2.0.8/,4,false
保存后,重启myeclispe。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics