myeclipse中安装jrebel插件


转载地址: http://tang.sheng.hi.blog.163.com/blog/static/11802908520139611439153/

myeclipse10 jrebel插件 + jrebel5.3.2破解版下载地址:http://download.csdn.net/detail/jxctx/7407041


1.      先安装好myeclipse的jrebel的插件,在myeclipse10的时候用myeclipse自己的安装方法安装的时候失败了,后来用的自己下好插件,手动安装的办法。即是把插件的features和plugins文件夹考到D:\myeclipse\MyEclipse 10-1\dropins下,或者在dropins文件夹下建立svn.link文件,在svn.link中指定features文件夹和plugins文件夹所在的目录,如:path=D:/jrebel。关于如何安装myeclipse插件详情请参考:

2.      装好插件之后,重启myeclipse,在window-preferences中就出现了一个JRebel,然后对它进行如图配置,其中path to jrebel.jar为jrebel.jar的路径,your average redeploy time是通常的重部署的时间。

myeclipse中安装jrebel插件 - 苍枫露雨 - 疏狂几曾把金樽

myeclipse中安装jrebel插件 - 苍枫露雨 - 疏狂几曾把金樽
  

3.      在window-preferences-myeclipse-servers-tomcat-tomcatx.x(选择要用的版本就好)

myeclipse中安装jrebel插件 - 苍枫露雨 - 疏狂几曾把金樽
 

然后到tomcatx.x下的-jdk中配置,在optionaljava VM arguments:中填入:

-Drebel.spring_plugin=true

-Drebel.hibernate_plugin=true

-Drebel.struts2-plugin=true

//装了插件的话,以下配置可以忽略

-noverify

-javaagent:D:\jrebel5.3.2\jrebel.jar(此处为jrebel.jar的路径)

     如图:

myeclipse中安装jrebel插件 - 苍枫露雨 - 疏狂几曾把金樽
 

4.      在后在项目上右键,选择jrebel-Generate rebel.xml in src,如图:

myeclipse中安装jrebel插件 - 苍枫露雨 - 疏狂几曾把金樽
 

5.      成功之后启动会出现如下信息:

JRebel:Starting logging to file:D:\Java\someSource\quickDevelop\jrebel5.3.2\jrebel.log

2013-10-0511:23:58 JRebel: Could not open/create prefs root node Software\JavaSoft\Prefsat root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel: #############################################################

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel:  JRebel 5.3.2(201308211342)

2013-10-0511:23:58 JRebel:  (c) CopyrightZeroTurnaround OU, Estonia, Tartu.

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel:  Over the last 17 daysJRebel prevented

2013-10-0511:23:58 JRebel:  at least 39redeploys/restarts saving you about 0.1 hours.

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel:  This product islicensed to www.sdandroid.com

2013-10-0511:23:58 JRebel:  for unlimited number ofdeveloper seats on site.

2013-10-0511:23:58 JRebel:   ####### Cracked bysdandroid (blog@sdandroid.com) ######

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel:  The following pluginsare disabled at the moment:

2013-10-0511:23:58 JRebel:  * ADF Core plugin (set-Drebel.adf_core_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * ADF Faces plugin (set-Drebel.adf_faces_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Axis2 plugin (set-Drebel.axis2_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Camel plugin (set -Drebel.camel_plugin=trueto enable)

2013-10-0511:23:58 JRebel:  * Click plugin (set-Drebel.click_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Deltaspike plugin(set -Drebel.deltaspike_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Eclipse RCP Plugin(set -Drebel.eclipse_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * JRuby Plugin (set-Drebel.jruby_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Jersey plugin (set-Drebel.jersey_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Log4j2 plugin (set-Drebel.log4j2_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Mustache Plugin (set-Drebel.mustache_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * RESTlet plugin (set-Drebel.restlet_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Seam-Wicket plugin(set -Drebel.seam_wicket_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Spring Data Plugin(set -Drebel.spring_data_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Thymeleaf Plugin (set-Drebel.thymeleaf_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * VRaptor plugin (set-Drebel.vraptor_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * Vaadin CDI utilsplugin (set -Drebel.vaadin_cdiutils_plugin=true to enable)

2013-10-0511:23:58 JRebel:  * WebObjects plugin(set -Drebel.webobjects_plugin=true to enable)

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel: #############################################################

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel:

2013-10-0511:23:58 JRebel: A newer version '5.4.0' is available for download

2013-10-0511:23:58 JRebel: from http://zeroturnaround.com/software/jrebel/download/

2013-10-0511:23:58 JRebel:
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值