myeclipse10 jrebel插件 + jrebel5.3.2破解版下载地址:http://download.csdn.net/detail/cangfengluyu/6273557
1. 先安装好myeclipse的jrebel的插件,在myeclipse10的时候用myeclipse自己的安装方法安装的时候失败了,后来用的自己下好插件,手动安装的办法。即是把插件的features和plugins文件夹考到D:\myeclipse\MyEclipse 10-1\dropins下,或者在dropins文件夹下建立svn.link文件,在svn.link中指定features文件夹和plugins文件夹所在的目录,如:path=D:/jrebel。关于如何安装myeclipse插件详情请参考:http://tang.sheng.hi.blog.163.com/blog/static/118029085201381505041808/。
2. 装好插件之后,重启myeclipse,在window-preferences中就出现了一个JRebel,然后对它进行如图配置,其中path to jrebel.jar为jrebel.jar的路径,your average redeploy time是通常的重部署的时间。

3. 在window-preferences-myeclipse-servers-tomcat-tomcatx.x(选择要用的版本就好)
然后到tomcatx.x下的-jdk中配置,在optional java VM arguments:中填入:
-Drebel.spring_plugin=true
-Drebel.hibernate_plugin=true
-Drebel.struts2-plugin=true
//装了插件的话,以下配置可以忽略
-noverify
-javaagent:D:\jrebel5.3.2\jrebel.jar(此处为jrebel.jar的路径)
成功之后启动会出现如下信息:
JRebel: Starting logging to file: D:\Java\someSource\quickDevelop\jrebel5.3.2\jrebel.log
2013-10-05 11:23:58 JRebel: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel: #############################################################
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel: JRebel 5.3.2 (201308211342)
2013-10-05 11:23:58 JRebel: (c) Copyright ZeroTurnaround OU, Estonia, Tartu.
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel: Over the last 17 days JRebel prevented
2013-10-05 11:23:58 JRebel: at least 39 redeploys/restarts saving you about 0.1 hours.
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel: This product is licensed to www.sdandroid.com
2013-10-05 11:23:58 JRebel: for unlimited number of developer seats on site.
2013-10-05 11:23:58 JRebel: ####### Cracked by sdandroid (blog@sdandroid.com) ######
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel: The following plugins are disabled at the moment:
2013-10-05 11:23:58 JRebel: * ADF Core plugin (set -Drebel.adf_core_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * ADF Faces plugin (set -Drebel.adf_faces_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Axis2 plugin (set -Drebel.axis2_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Camel plugin (set -Drebel.camel_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Click plugin (set -Drebel.click_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Deltaspike plugin (set -Drebel.deltaspike_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Eclipse RCP Plugin (set -Drebel.eclipse_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * JRuby Plugin (set -Drebel.jruby_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Jersey plugin (set -Drebel.jersey_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Log4j2 plugin (set -Drebel.log4j2_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Mustache Plugin (set -Drebel.mustache_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * RESTlet plugin (set -Drebel.restlet_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Seam-Wicket plugin (set -Drebel.seam_wicket_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Spring Data Plugin (set -Drebel.spring_data_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Thymeleaf Plugin (set -Drebel.thymeleaf_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * VRaptor plugin (set -Drebel.vraptor_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * Vaadin CDI utils plugin (set -Drebel.vaadin_cdiutils_plugin=true to enable)
2013-10-05 11:23:58 JRebel: * WebObjects plugin (set -Drebel.webobjects_plugin=true to enable)
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel: #############################################################
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel:
2013-10-05 11:23:58 JRebel: A newer version '5.4.0' is available for download
2013-10-05 11:23:58 JRebel: from http://zeroturnaround.com/software/jrebel/download/
2013-10-05 11:23:58 JRebel: