MyEclipse 6.5 插件

来源:互联网 发布:python代码保密 编辑:程序博客网 时间:2024/05/21 05:05

1.JRebel 3.0 :Preference->...Tomcat6.x->JDK :      -noverify -javaagent:E:\tomcat\jrebel.jar

jrebel.jar  破解版下载:http://pan.baidu.com/share/link?shareid=106219&uk=3859138035

在线安装地址:http://www.zeroturnaround.com/update-site/

配置Eclipse

Eclipse中配置 window->preference->tomcat->JVM Settings,加入以下参数

-Drebel.spring_plugin=true 支持spring框架

-Drebel.aspectj_plugin=true 支持aspectj

-Drebel.struts2_plugin=true 支持strut2

-javaagent:D:\jrebel.jar 这里自行修改jrebel.jar正确的路径

-noverify


2.Egit 

EGit的官方下载页面是:http://www.eclipse.org/egit/download/

官方推荐的用于eclipse安装地址是:http://download.eclipse.org/egit/updates

所以我们就在eclipse的Help-》Install New Software的那个地址中输入:http://download.eclipse.org/egit/updates

Eclipse上GIT插件EGIT使用手册:http://blog.csdn.net/laizhenhai88/article/details/7234974


原创粉丝点击