Windows--> show view--> other--> server--> servers.双击你的Server配置项
点击“ Open launch configuration”。如下图:
在VM arguments选框中加入参数:
-noverify -javaagent:D:\jrebel-3.1.2a\jrebel.jar
-Drebel.spring_plugin=true
-Drebel.struts2-plugin=true
//可以不加
-Drebel.dirs=E:\workspace\fileManager1\WebRoot\WEB-INF\classes
如下图:
然后点“OK”后,选取某个项目,启动server,如下图:
之后在console控制台中,看见下列文字,则表明jrebel配置成功.
- #############################################################
- JRebel 3.1.2a (201008121555)
- with Enterprise Add-On! (see http://jrebel.com/enterprise)
- (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
- #############################################################
- JRebel: Directory 'E:\workspace\fileManager1\WebRoot\WEB-INF\classes' will be monitored for class changes.
- #############################################################
- JRebel 3.1.2a (201008121555)
- with Enterprise Add-On! (see http://jrebel.com/enterprise)
- (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
- #############################################################
- JRebel: Directory 'E:\workspace\fileManager1\WebRoot\WEB-INF\classes' will be monitored for class changes.
############################################################# JRebel 3.1.2a (201008121555) with Enterprise Add-On! (see http://jrebel.com/enterprise) (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 ############################################################# JRebel: Directory 'E:\workspace\fileManager1\WebRoot\WEB-INF\classes' will be monitored for class changes.
相关推荐
JRebel eclipse 热部署
将文件解压到\eclipse\plugins目录下,重启eclipse,若还是提示注册认证,忽略他,其实已经是认证了的,直接运行代码就可以了,记着运行前需要配置JRebel—>勾选Enabel Jrebel agent
eclipse+jrebel热部署插件和破解(测试可用)包.zip
开发工具相互交流,现在较好的工具推荐用IDEA ,对应eclipse老粉不愿意转工具的可以拿去试试,提高工作效率还是有帮助
【JRebel配置Eclipse热部署详解】 在软件开发过程中,快速迭代和频繁调试是提高效率的关键。Eclipse作为一款广泛使用的Java IDE,虽然自带了一些基本的热部署功能,但有时候无法满足开发者对于即时代码更改的需求。...
标题中的"JRebel热部署工具-eclipse"指的就是将JRebel这个神器与Eclipse集成,以提升Java Web开发的效率。Eclipse作为广泛使用的Java集成开发环境(IDE),在开发者社区中拥有极高的声誉。然而,Eclipse默认的机制...
Eclipse+Tomcat+JRebel 实现热部署 Eclipse、Tomcat 和 JRebel 是三个常用的开发工具,其中 Eclipse 是一个集成开发环境(IDE),Tomcat 是一个 Web 服务器,而 JRebel 是一个热部署工具。热部署是指在不重新编译和...
本文将深入探讨如何配置Tomcat的远程调试以及利用JRebel实现热部署,这将极大地提高开发效率。 首先,Tomcat远程调试允许开发者在不重启服务器的情况下定位并修复代码中的问题。这对于大型项目和持续迭代的环境尤其...
标题中的"update-site-jrebel eclipse maven热部署插件"指的是Eclipse集成开发环境(IDE)中的一个插件更新站点,它专门针对JRebel和Maven项目提供了热部署功能。JRebel是一款强大的Java应用热部署工具,能够实现在...
《JRebel热部署插件详解与应用指南》 在软件开发过程中,为了提高效率,开发者经常需要频繁地测试和调试代码。每次修改代码后,传统的方法是重新编译、打包,然后重启应用服务器,这一过程既耗时又降低了开发速度。...
jrebel6.4.3热部署 eclipse插件
在Eclipse中,实现热部署的一种常见方式是通过插件JRebel。JRebel是一款商业的热部署工具,它能够实时反映代码更改,避免了反复重启服务器的过程。下面是使用JRebel进行热部署的步骤: 1. **安装JRebel插件**:访问...
jrebel-6.4.3,eclipse的插件,可以不重启tomcat的情况下,动态的添加方法,还支持远程调试。
JRebel则是一款强大的热部署工具,它允许开发者在编写代码时无需重启应用服务器,即可实时看到代码变更的效果。这极大地提高了开发效率,尤其是在进行持续集成和快速迭代的项目中。 JRebel插件是将JRebel的功能集成...
jrebel热部署,修改前端代码,Java代码,xml配文件,properties文件不用重新部署项目和重启服务器。真的好用,本人已验证使用。 jrebel热部署,修改前端代码,Java代码,xml配文件,properties文件不用重新部署项目...
由于百度谷歌了很多都用不了,要么就是最新版本的,破解用不了,最后还是搞定了不过版本是6.4.3的,好东西不怕旧,在这里分享给大家,该文件包含以下内容----JRebel6.4.3离线安装文件和破解文件以及安装配置说明文档...
亲自测试能成功破解 破解很简单将相应的文件替换即可
**JRebel 6.4.1:热部署神器** 在软件开发过程中,尤其是Java后端开发,我们经常需要频繁地修改代码以测试不同的功能或优化性能。每次修改后,传统的方法是重新编译并部署应用,这不仅耗时,而且打断了开发的连续性...
Eclipse中使用tomcat 热部署 Jrebel6.4.3 不需安装插件
资源为破解版的Jrebel热部署插件,在eclipse中配置好了以后,修改java文件无需再重启项目