myeclipse jrebel插件怎么卸载

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
您的访问请求被拒绝 403 Forbidden - ITeye技术社区
您的访问请求被拒绝
亲爱的会员,您的IP地址所在网段被ITeye拒绝服务,这可能是以下两种情况导致:
一、您所在的网段内有网络爬虫大量抓取ITeye网页,为保证其他人流畅的访问ITeye,该网段被ITeye拒绝
二、您通过某个代理服务器访问ITeye网站,该代理服务器被网络爬虫利用,大量抓取ITeye网页
请您点击按钮解除封锁&下次自动登录
现在的位置:
& 综合 & 正文
有了Jrebel,让独立部署的tomcat也支持热部署(不依赖Eclipse或MyEclipse)
网上多是Jrebel结合Eclipse或MyEclipse配置的,关于直接让Jrebel支持独立运行的Tomcat的文章很少,我这里来写一个我部署的过程。
JRebel是一套JavaEE开发工具。JRebel允许开发团队在有限的时间内完成更多的任务修正更多的问题,发布更高质量的软件产品。 JRebel是收费软件,用户可以在JRebel官方站点下载30天的评估版本。
独立tomcat部署:
set Jrebel=-noverify -javaagent:"D:\MyEclipsePlugins\jrebel.jar" -Drebel.dirs="E:\apache-tomcat-6.0.29\webapps\WebGIS\WEB-INF\classes"
if not "%LOGGING_CONFIG%" == "" goto noJuliConfig
set LOGGING_CONFIG=-Dnop
if not exist "%CATALINA_BASE%\conf\logging.properties" goto noJuliConfig
set LOGGING_CONFIG=-Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties"
:noJuliConfig
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_CONFIG% %Jrebel%
if not "%LOGGING_MANAGER%" == "" goto noJuliManager
set LOGGING_MANAGER=-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
:noJuliManager
set JAVA_OPTS=%JAVA_OPTS% %LOGGING_MANAGER% %Jrebel%
结合Myeclipse部署:
-javaagent:D:/MyEclipsePlugins/jrebel.jar
-Drebel.dirs="F:\Workspaces\MyEclipse 9\YGBXWebGIS\WebRoot\WEB-INF\classes"
&&&&推荐文章:
【上篇】【下篇】好评:89.04%
坏评:10.96%
JRebel是一套JavaEE开发工具。JRebel允许开发团队在有限的时间内完成更多的任务修正更多的问题,发布更高质量的软件产品。 Jrebel 可快速实现热部署,节省了大量重启时间,提高了个人开发效率。
JRebel破解版说明
JRebel v5.5.4 破解版 一款JAVA虚拟机插件,JRebel 使得JAVA程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。JRebel 使你能即时分别看到代码、类和资源的变化,你可以一个个地上传而不是一次性全部部署,当程序员在开发环境中对任何一个类或者资源作出修改的时候,这个变化会直接反应在部署好的应用程序上,从而跳过了构建和部署的过程,每年可以省去部署用的时间花费高达5.25个星期。
使用JavaRebel实现即时重载javaclass更改本文以javarebel-2.0 free版本为例,包括如何配置在使用Eclipse插件开发tomcat应用时,实现即时重载java class更改。1. 首先下载JavaRebel,下载后解压到本地目录,javarebel.jar文件的名字千万不要更改。2. 因为JavaRebel在不同的jdk版本,配置也不同,本例以JDK5+,tomcat 5.5+以上版本为例在Eclipse的tomcat插件中,配置 JavaReble在Jvm配置中加入下面的设置-noverify -javaagent:D:\studysoftware\apache-tomcat-6.0.20\jrebel.jar-Drebel.dirs=E:\study\java\eclipseWorkspace\6_5\test\WebRoot\WEB-INF\classes-Drebel.spring_plugin=true-Drebel.struts2-plugin=true说明:-Drebel.dirs 指定要监控的 编译后的java 文件目录,这个目录和上边javarebel.jar的路径千万不要有空格和中文,最好连.也不要有。-Drebel.spring_plugin 表示对Spring的支持,默认是false-Drebel.struts2-plugin=true,这里是-而不是_,千万不要自作聪明哟。配置完上面后,还需要关闭tomcat的应用程序的reloadable设置接下来,可以启动Tomcat服务了,如果配置正确,启动服务后,会有以下提示JavaRebel: Starting logging to file: D:\studysoftware\apache-tomcat-6.0.20\JavaRebel.log##########################################################ZeroTurnaround JavaRebel 2.0-RC2b ()(c) Copyright Webmedia, Ltd, . All rights reserved.This product is licensed to UnlimitedFor FUN! Unlimited! Enjoy!##########################################################JavaRebel: A newer version '2.0.1' is available for download JavaRebel: from /download.JavaRebel: Directory 'E:\study\java\eclipseWorkspace\6_5\test\WebRoot\WEB-INF\classes' will be monitored for class changes.如果出上以上提示,则表示JavaRebel已经配置成功。接下来大家可以在Eclipse中修改代码,进行编译进行测试。如果Eclipse提示, 则直接关接不理它即可,你发现你修改后的 class文件已经被jvm加载了。
下载JRebel破解版 5.5.4 破解版
其他下载地址:
软件排行榜
热门关键字温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!&&|&&
LOFTER精选
网易考拉推荐
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
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
//装了插件的话,以下配置可以忽略
-javaagent:D:\jrebel5.3.2\jrebel.jar(此处为jrebel.jar的路径)
& & &如图:&
4.在后在项目上右键,选择jrebel-Generate rebel.xml in src,如图:&
5.成功之后启动会出现如下信息:
Starting logging to file:
D:\Java\someSource\quickDevelop\jrebel5.3.2\jrebel.log
11:23:58 JRebel: Could not open/create prefs root node Software\JavaSoft\Prefs
at root 0x. Windows RegCreateKeyEx(...) returned error code 5.
11:23:58 JRebel:
11:23:58 JRebel: #############################################################
11:23:58 JRebel:
11:23:58 JRebel:& JRebel 5.3.2
11:23:58 JRebel:& (c) Copyright
ZeroTurnaround OU, Estonia, Tartu.
11:23:58 JRebel:
11:23:58 JRebel:& Over the last 17 days
JRebel prevented
11:23:58 JRebel:& at least 39
redeploys/restarts saving you about 0.1 hours.
11:23:58 JRebel:
11:23:58 JRebel:& This product is
licensed to
11:23:58 JRebel:& for unlimited number of
developer seats on site.
11:23:58 JRebel:&& ####### Cracked by
sdandroid () ######
11:23:58 JRebel:
11:23:58 JRebel:& The following plugins
are disabled at the moment:
11:23:58 JRebel:& * ADF Core plugin (set
-Drebel.adf_core_plugin=true to enable)
11:23:58 JRebel:& * ADF Faces plugin (set
-Drebel.adf_faces_plugin=true to enable)
11:23:58 JRebel:& * Axis2 plugin (set
-Drebel.axis2_plugin=true to enable)
11:23:58 JRebel:& * Camel plugin (set -Drebel.camel_plugin=true
to enable)
11:23:58 JRebel:& * Click plugin (set
-Drebel.click_plugin=true to enable)
11:23:58 JRebel:& * Deltaspike plugin
(set -Drebel.deltaspike_plugin=true to enable)
11:23:58 JRebel:& * Eclipse RCP Plugin
(set -Drebel.eclipse_plugin=true to enable)
11:23:58 JRebel:& * JRuby Plugin (set
-Drebel.jruby_plugin=true to enable)
11:23:58 JRebel:& * Jersey plugin (set
-Drebel.jersey_plugin=true to enable)
11:23:58 JRebel:& * Log4j2 plugin (set
-Drebel.log4j2_plugin=true to enable)
11:23:58 JRebel:& * Mustache Plugin (set
-Drebel.mustache_plugin=true to enable)
11:23:58 JRebel:& * RESTlet plugin (set
-Drebel.restlet_plugin=true to enable)
11:23:58 JRebel:& * Seam-Wicket plugin
(set -Drebel.seam_wicket_plugin=true to enable)
11:23:58 JRebel:& * Spring Data Plugin
(set -Drebel.spring_data_plugin=true to enable)
11:23:58 JRebel:& * Thymeleaf Plugin (set
-Drebel.thymeleaf_plugin=true to enable)
11:23:58 JRebel:& * VRaptor plugin (set
-Drebel.vraptor_plugin=true to enable)
11:23:58 JRebel:& * Vaadin CDI utils
plugin (set -Drebel.vaadin_cdiutils_plugin=true to enable)
11:23:58 JRebel:& * WebObjects plugin
(set -Drebel.webobjects_plugin=true to enable)
11:23:58 JRebel:
11:23:58 JRebel: #############################################################
11:23:58 JRebel:
11:23:58 JRebel:
11:23:58 JRebel: A newer version '5.4.0' is available for download
11:23:58 JRebel: from /software/jrebel/download/
11:23:58 JRebel:
阅读(7311)|
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
历史上的今天
在LOFTER的更多文章
loftPermalink:'',
id:'fks_',
blogTitle:'myeclipse中安装jrebel插件',
blogAbstract:'原创声明:本文由&
{if x.moveFrom=='wap'}
{elseif x.moveFrom=='iphone'}
{elseif x.moveFrom=='android'}
{elseif x.moveFrom=='mobile'}
${a.selfIntro|escape}{if great260}${suplement}{/if}
{list a as x}
推荐过这篇日志的人:
{list a as x}
{if !!b&&b.length>0}
他们还推荐了:
{list b as y}
转载记录:
{list d as x}
{list a as x}
{list a as x}
{list a as x}
{list a as x}
{if x_index>4}{break}{/if}
${fn2(x.publishTime,'yyyy-MM-dd HH:mm:ss')}
{list a as x}
{if !!(blogDetail.preBlogPermalink)}
{if !!(blogDetail.nextBlogPermalink)}
{list a as x}
{if defined('newslist')&&newslist.length>0}
{list newslist as x}
{if x_index>7}{break}{/if}
{list a as x}
{var first_option =}
{list x.voteDetailList as voteToOption}
{if voteToOption==1}
{if first_option==false},{/if}&&“${b[voteToOption_index]}”&&
{if (x.role!="-1") },“我是${c[x.role]}”&&{/if}
&&&&&&&&${fn1(x.voteTime)}
{if x.userName==''}{/if}
网易公司版权所有&&
{list x.l as y}
{if defined('wl')}
{list wl as x}{/list}

我要回帖

更多关于 myeclipse 删除jrebel 的文章

 

随机推荐