ZeroTurnaround JRebel(二):授权方式和安装激活
标签: jrebel
2015-11-02 08:59 1888人阅读 评论(2) 收藏 举报
分类:
Java - 效率工具(1)
版权声明:本文为博主原创文章,未经博主允许不得转载。
授权方式
JRebel授权方式为商业授权,获取注册码的方法有3种。
1、购买激活码,JRebel是收费的,可以在线上购买:http://zeroturnaround.com/software/jrebel/buy
2、也可以申请试用,试用时间为14天,注册码会发到填写邮件中:http://zeroturnaround.com/software/jrebel/download
3、可以注册myJRebel账号,免费使用JRebel一年时间:http://my.jrebel.com
安装激活
更多IDE安装方式可以参考官方安装文档,这里不再赘述:https://zeroturnaround.com/software/jrebel/quickstart。
本文仅以IntelliJ IDEA、eclipse中安装激活过程为例。
IntelliJ IDEA
1、下载适用于IDEA的JRebel插件包:http://plugins.jetbrains.com/plugin/?id=4441
2、打开IDEA,选择File > Settings > Plugins,点击Install plugin from disk…,选择已经下载好的插件包。
3、重启IDEA,会提示激活JRebel,使用申请得到myJRebel注册码激活。(//boa亲测有效)
rhJHjOzo/+R/VPcMIdoqMkswzJ9JcZCYrwCNo9xTAD5t9yc47UbVNNiIOqsHhNFCjoWTc/A/+sLA
ME2HXprxS1zxei7a2CLbw6bOnWWM/ygEvpOMnWA4aa/yunt3pK0/s77Q0w==
- 1
- 2
- 1
- 2
建议:
- JRebel > 取消勾选Report usage statistics to ZeroTurnaround
- JRebe > Advanced > 选择使用JRebel 6 Agent
eclipse
1、下载适用于eclipse的JRebel插件包:http://update.zeroturnaround.com/update-site/update-site.zip
2、打开eclipse,选择Help > Install New Software > Add > Archive…,加载已经下载好的插件包,勾选JRebel for Eclipse后进行安装。
3、重启Eclipse,选择Help > JRebel Activation,使用申请得到myJRebel注册码激活。
建议:
- JRebel Configuration > Advanced > JRebel agent 选择使用JRebel 6 Agent
- JRebel Configuration > Advanced > Privacy Settings 取消勾选Report usage statistics to ZeroTurnaround
额外说明
1、为什么取消勾选Report usage statistics to ZeroTurnaround?
默认JRebel会收集一段时间内的使用情况自动发送给ZeroTurnaround,如果在国外这个是没有问题的,但是我大天朝网络偶尔
会出现无法访问外网的情况,所以还是取消了吧。
2、为什么选择推荐使用JRebel 6 Agent,而不是默认的Legacy Agent?
在ZeroTurnaround JRebel(一):热部署工具简单介绍中已经介绍过JRebel 6、JRebel 5、Hot Swap对类修改后热部署的支持情况,其中Legacy Agent为早期JRebel 5 使用的热部署方式,对初始化新实例字段等不支持,JRebel Agent为JRebel 6 以后使用的热部署方式,支持的热部署方式较为完善。官网也有对这两种热部署方式的说明文档:Switching between JRebel Agents
来源: http://blog.csdn.net/zoakerc/article/details/49582501