1.
下载后解压。(可在附件下载 3.1)
下载地址:http://www.zeroturnaround.com/jrebel/download/
2
.在Myeclipse里选择HELP-->Software Updates-->Find and Install
选择“Search for new features to install”,按“Next”,点“New Remote Sites”
插件路径为:http://www.zeroturnaround.com/update-site/
,输入如图:
一路“Next”进行Javarebel插件安装。
3.
重启MyEclipse后,在你部署的中间件里进行如图
设置参数如下:-noverify -javaagent:D:\jrebel-3.1.2a\jrebel.jar(“D:\jrebel-3.1.2a\jrebel.jar”是你的包的存放地址)
4.
在Myeclipse里Window -> Preferences。然后找到 Java -> Debug -> Step
Filtering。确认“Use Step Filters”,“Filter synthetic methods” ,“Step through
filters”被选中。在“Step Filters”定义中所有包都需要被选中,然后点击“Add
Filter”增加“com.zeroturnaround.*”和“org.zeroturnaround.*”。确保它们也被选中。如图
5.
右键点击你要进行rebel的项目,选择“生成 rebel.xml”,如图:
选择存放路径,如图:
6
.之后在console控制台中,看见下列文字,则表明jrebel配置成功.
-
#############################################################
-
-
JRebel 3.1
.2a (
201008121555
)
-
with Enterprise Add-On! (see http:
-
(c) Copyright ZeroTurnaround OU, Estonia, Tartu.
-
-
Over the last 1
days JRebel prevented
-
at least 0
redeploys/restarts saving you about
0
hours.
-
-
This product is licensed to www.cfsoft.com
-
for
up to
9999
developer seats on site.
-
-
The following plugins are disabled at the moment:
-
* EclipseLink Plugin (set -Drebel.eclipselink_plugin=true
to enable)
-
Reloads EntityManagerFactory when configuration changes
-
* Log4j plugin (set -Drebel.log4j-plugin=true
to enable)
-
Reloads full configuration of log4j
-
* Stripes plugin 1.0
.
11
(set -Drebel.stripes_plugin=
true
to enable)
-
Adds reloading of Stripes ActionBeans.
-
* TopLink Plugin (set -Drebel.toplink_plugin=true
to enable)
-
Reloads EntityManagerFactory when configuration changes
-
* TopLink Spring Plugin (set -Drebel.toplink_spring_plugin=true
to enable)
-
Reloads SeesionFactory when configuration changes
-
* WebObjects Plugin (set -Drebel.webobjects_plugin=true
to enable)
-
WebObjects JRebel Plugin
-
-
#############################################################
分享到:
相关推荐
myeclipse 插件热部署 jrebel6.5 亲测可用,资源下载到磁盘,然后打开myeclipse 路径为:Windows ---> Perferences --> MyEclipse -->Servers -->Tomcat --> Tomcat 7.x -->JDK 配置jvm参数: -...
Myeclipse2013安装jrebel6.5及破解方法,内附详细的安装说明以及自测过程中总结的注意事项。按照步骤操作即可,亲测可用。
myeclipse、eclipse安装jrebel,包括jrebel7.0.2离线安装包和替换文件,update-site文件夹是离线安装包,jrebel文件夹里有两个jrebel.jar文件,分别替换安装目录jrebel和legacy文件夹里的jrebel.jar文件。
Myeclipse安装jrebel6.5及破解方法,内附说明步骤,Myeclipse10亲测破解成功,eclipse应该也能用
现在,当你在MyEclipse中修改Java或Spring配置文件后,JRebel会自动检测并更新到运行的项目中,无需手动重启服务器。 注意,确保JRebel的许可证是有效的,否则可能无法正常工作。你可以申请免费试用或者购买正式...
JRebel6.5.0热部署破解
开发工具相互交流,现在较好的工具推荐用IDEA ,对应eclipse老粉不愿意转工具的可以拿去试试,提高工作效率还是有帮助
选择要运行的项目,右键点击"Run As" -> "Run Configurations",在弹出的窗口中选择"MyEclipse Application",在"Arguments"选项卡下添加"-vmargs -Djrebel=...",这里的"..."需要替换为JRebel的配置路径。...
JRebel6.5.99的安装通常包括下载JRebel的jar文件(如提供的Jrebel6.5.99.jar)和在IDE或服务器中进行配置。具体步骤如下: 1. 下载并安装JRebel插件到Eclipse或MyEclipse。 2. 将Jrebel6.5.99.jar添加到Tomcat的lib...
-noverify -javaagent:D:\myeclipse\jar\jrebel6.5.0\jrebel.jar -Drebel.dirs=${project_loc}\WEB-INF\classes -Drebel.spring_plugin=true -Drebel.struts2-plugin=true -Drebel.hibernate_plugin=true -Xms256M -...
eclipse jrebel 热部署插件 具体安装有说明 亲测好用 好用的给个好评谢谢!!
JRebel是一款强大的热部署工具,它能够在不重启应用服务器的情况下,实时更新代码变化,极大地提高了开发者的生产力。 1. **JRebel简介** JRebel是由Zeroturnaround公司开发的一款Java应用热部署工具,它可以实时...
idea中项目jrebel热部署配置步骤,附有步骤截图,请测有效
标题中的“jrebel”是一款著名的Java开发工具,它允许开发者在不重启应用服务器的情况下,实时看到代码和配置文件的更改效果。这对于提高开发效率、加快迭代速度具有显著作用。这款工具尤其适合于大型项目或者频繁...
Jrebel 离线激活配置 使用压缩包的文件覆盖替换本地 Jrebel 文件 本地 jrebel 配置文件一般在:C:\Users\(用户名)\.jrebel
配置可能包括添加JRebel库到项目构建路径,更新应用服务器的启动脚本,或者在MyEclipse的首选项中激活JRebel插件等步骤。 总的来说,MyEclipse热同步插件通过提供即时代码更新的能力,极大地提升了开发效率,减少了...
JRebel 7是JRebel的一个版本,它通过动态类加载技术,使得开发者在Eclipse中修改Java类、资源文件甚至配置文件后,无需重新构建或重启应用服务器,即可立即看到变化。这大大缩短了开发周期,提高了开发者的生产力。 ...
Myeclipse、eclipse JRebel插件的安装、破解、配置、使用教程,含详细说明文档,图文讲解
JRebel 配置手册 JRebel 是一个 J2EE 热部署的工具,可以减少浪费 8-18% 的开发时间在项目的构建和部署上。下面是 JRebel 的配置手册: 一、 JRebel 简介 JRebel 是一个热部署工具,可以动态监视 class 文件及...
JRebel是一款强大的Java应用热部署工具,它允许开发者在不重启应用服务器的情况下实时看到代码更改的效果,极大地提高了开发效率。本文将深入探讨"jrebel的license简易服务器"及其相关知识。 **1. JRebel许可证...