JRebel6.0.3的Eclipse插件安装(破解)

来源:互联网 发布:python写爬虫 编辑:程序博客网 时间:2024/06/14 01:53

安装此插件后,再次编辑java代码内的函数时,不用重新启动Tomcat

下载JRebel6.0.3的破解文件

首先从网上下载:jrebel_6.0.3-agent-crack.zip,并解压。下载地址: https://pan.baidu.com/s/1nv7F4u9

安装eclipse的JRebel6.0.3的插件

我使用的是eclipse4.4.2,安装插件跟安装其它插件无异。插件更新地址为:http://update.zeroturnaround.com/update-site-archive/update-site-6.0.3.RELEASE/ 。

破解插件

我们把jrebel_6.0.3-agent-crack.zip解压,取出子目录lib下的  jrebel.jar 与 jrebel.lic 。把这两个文件复盖到eclipse安装目录下的plugins\org.zeroturnaround.eclipse.embedder_6.0.3.RELEASE-201501271431文件夹下的所有的有jrebel.jar的子文件夹里,然后重启eclipse即可确解。


2.Window » Preferences » JRebel 
 
 

  3.Java » Debug » Step Filtering 
  Add Filter button 添加org.zeroturnaround.* 和  com.zeroturnaround.* 

 

  4.设置 Project » Build automatically 
 

  5.双击server,出现tomcate的配置页面。 

   publishing  --->never publish automatically 
   
   jreble intergration --->enable jreble agent 

   切换到modules页,设置项目auto reload为disabled 

    这里标注一下,以前我在网上看到别人都是说要把这个never publish sutomatically选择的,可是在我本机选择不自动发布后修改jsp页就不能重新加载了,选上Automatically publish when resources change后jsp就可以和以前一样热加载了 
  
    OK了,我已经好使了 
   
-noverify 
-javaagent:D:\jrebel\3.5\jrebel.jar 
-Drebel.dirs=E:\apache-tomcat-5.5.33\wtpwebapps\base\WEB-INF\classes,D:\helios\eclipse\workspace\base\target\classes 


-noverify 
-javaagent:D:\jrebel\3.5\jrebel.jar 
-Drebel.dirs=D:\helios\eclipse\workspace\base\target\classes,D:\helios\eclipse\workspace\base\src\main\webapp

1 0
原创粉丝点击