首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

myeclipse8.5装配velocity插件

2012-07-01 
myeclipse8.5安装velocity插件安装方法一(在线安装):线上安装地址: http://veloeclipse.googlecode.com/sv

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。

热点排行