- 浏览: 3076 次
- 性别:
- 来自: 北京
最新评论
文章列表
Eclipse 集成 resin 3.x-4.x 插件
由于项目改用Resin3.1.12开发,所以Eclipse要集成Resin3的插件,本想在线更新但是Resin官网不提供3.x版本的下载,纠结了很久。看到http://happysoul.iteye.com/blog/676285 一篇文章感谢happysoul 提供Resin 4.0.2 版本的插件并解释如何安装。把我安装的一些心得告知大家,也让大家少走一些弯路。
首先打开Eclipse_home找到‘features’、‘plugins’文件夹。把下好的“eclipse-resin-4.0.2.rar”插件包中 ...
1、打开MyEclipse8.5的plugins文件夹
D:\Program Files\Genuitec\Common\plugins
2、找到com.genuitec.eclipse.wizards_8.5.0.me201003052220.jar文件并解压出来
3、打开templates.xml文件,找到<!-- XML templates -->在其最后添加
<template
context="com.genuitec.eclipse.wizards.xml"
script="templates/xml/XmlStruts ...