我的确很懒,8月中旬就配置好了,直到现在才开始写这篇文章说说配置,其实网上已经有很多人写过相同主题的东东了。但是这是我自己的配置,自己记一笔,以后万一机器重装系统什么的,也可以按图索骥来一遍,很快的配置完成。
第一步:
将附件中3.1.2a解压到本地。然后将附件中jrebel.jar文件拷贝到解压路径覆盖原先的jrebel.jar.
第二步:
安装eclipse的jrebel插件。插件路径为:http://www.zeroturnaround.com/update-site/。
安装完成后在window-->preferences中的jrebel中进行设置,如下图:
第三步:
Windows--> show view--> other--> server--> servers.双击你的Server配置项
点击“ Open launch configuration”。如下图:
在VM arguments选框中加入参数:
-noverify -javaagent:D:\jrebel-3.1.2a\jrebel.jar
-Drebel.dirs=E:\workspace\fileManager1\WebRoot\WEB-INF\classes
-Drebel.spring_plugin=true
-Drebel.struts2-plugin=true
如下图:
然后点“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.
- 大小: 16.1 KB
- 大小: 7.9 KB
- 大小: 28.8 KB
- 大小: 16.6 KB
分享到:
相关推荐
jrebel插件,将解压后的文件方到Eclipse/dropins文件夹下,在tomcat服务器,点击Open launch configuration,Arguments/VM arguments中添加以下两行: -javaagent:E:\eclipse\...路径为自己的Eclipse路径,即可使用
- **配置集成**:安装插件后,需要在 Eclipse 的首选项中配置 JRebel,关联项目的类路径和应用服务器。 - **启动与调试**:通过 JRebel 启动按钮来启动或调试应用,系统会自动使用 JRebel 的实时更新功能。 4. **...
jrebel4.8.5 for eclipse插件以及破解文件 使用方法: 先安装插件,关掉eclipse,然后用破解文件jrebel.jar替换插件文件加下的所有jrebel.jar,启动eclipse
《JRebel 7.0.2 for Eclipse:加速Java开发的神器》 JRebel 是一款著名的 Java 开发工具,它允许开发者在不重启应用服务器的情况下实时看到代码变动的效果,极大地提升了开发效率。JRebel 7.0.2 版本是专为 Eclipse...
JRebel eclipse 热部署
jrebel6.4.3 离线插件包及破解文件,在eclipse mars2上亲测可用,里面有使用说明。用上jrebel后,开发畅快了好多!
JRebel6.4.3 for eclipse 离线版安装破解使用教程
本篇文章将详述如何使用Maven、Jetty、JRebel和m2eclipse插件在Eclipse集成开发环境中搭建一个Struts2的开发环境。这个环境能够帮助开发者快速迭代、调试和部署应用,提升开发效率。 首先,Maven是一个项目管理和...
Eclipse JRebel 是一款强大的开发工具,专为Java开发者设计,可以实现在代码修改后无需重启应用服务器即可看到变化,极大地提高了开发效率。本文将详细介绍如何在Eclipse环境中安装JRebel插件以及利用其功能。 首先...
【JRebel配置Eclipse热部署详解】 在软件开发过程中,快速迭代和频繁调试是提高效率的关键。Eclipse作为一款广泛使用的Java IDE,虽然自带了一些基本的热部署功能,但有时候无法满足开发者对于即时代码更改的需求。...
JRebel 7.1.3是该工具的一个版本,特别针对Eclipse集成开发环境(IDE)提供了离线插件。这个离线插件的目的是方便那些无法或不想通过网络连接下载插件的用户,他们可以直接将提供的文件安装到Eclipse中。 1. **...
1. 实时代码更改:当你在Eclipse中修改了Java类、资源文件或配置文件后,JRebel会立即应用这些更改,无需手动重启应用服务器。这包括对Spring、Hibernate、Struts等框架的配置文件更改。 2. 类加载优化:JRebel通过...
本篇文章将详细介绍JRebel及其与Eclipse集成的使用方法。 标题中的"JRebel热部署工具-eclipse"指的就是将JRebel这个神器与Eclipse集成,以提升Java Web开发的效率。Eclipse作为广泛使用的Java集成开发环境(IDE),...
jrebel6.4.3热部署 eclipse插件
5. **配置JREBEL**: 重启Eclipse后,进入"Window" -> "Preferences" -> "JRebel",根据提示配置你的项目和服务器信息。 **使用JREBEL功能** 1. **启动应用**: 在Eclipse中启动你的Java应用,JREBEL会自动监控代码...
先在eclipse离线使用这个更新包,然后在https://my.jrebel.com/注册账户取得激活码,个人免费。然后配置,编译,部署。若是maven工程你再百度下就知道怎么做了。
eclipse 热部署插件 jrebel 6.2.4 破解
Eclipse是全球广泛使用的开源IDE,而JRebel的加入则进一步优化了其功能。JRebel的主要亮点在于它能即时反映代码更改,无需重新编译或重启应用服务器。这意味着开发者可以在代码修改后立即看到结果,大大节省了时间,...
jrebel-eclipse插件在线更新速度慢,提供个离线包给大家下载。 Jrebel破解Jar包使用: jrebel configuration ->advanced jrebel agent标签也选择Other jrebel.jar