jrebel

idea安装以及使用

╄→гoц情女王★ 提交于 2019-12-01 05:05:26
1. 简介 1.1 IDEA 全称 IntelliJ IDEA,是java语言开发的集成环境,IntelliJ在业界被公认为最好的java开发工具之一, 尤其在智能代码助手、代码自动提示、重构、 J2EE支持、各类版本工具(git、svn、github等)、JUnit、CVS整合、 代码分析、 创新的GUI设计等方面的功能可以说是超常的 1.2 IntelliJ IDEA有两个版本:社区版(Community)和旗舰版(Ultimate)。 社区版时免费的、开源的,但功能较少, 旗舰版提供了较多的功能,是收费的,可以试用30天 下载与安装 https://www.jetbrains.com 破解码 9MWZD5CC4E

Disable reloading in Grails 3.1 / springloaded

China☆狼群 提交于 2019-12-01 04:17:52
I'm trying to disable automatic reload/recompiling in Grails 3.1 as I would like to use JRebel instead. I find springloaded rather limited, but more importantly is constantly fails with File /Users/engrun/Development/projects/grailsPoc/grails-app/controllers/grailsPoc/HelloController.groovy changed, recompiling... java.lang.IllegalAccessException: Class org.springsource.loaded.ReloadableType can not access a member of class org.springframework.aop.framework.CglibAopProxy$ClassLoaderAwareUndeclaredThrowableStrategy with modifiers "public" I have tried all kinds of settings that I have found

Intellij热部署插件JRebel

夙愿已清 提交于 2019-11-30 22:07:24
Intellij热部署插件JRebel 2018年08月30日 23:15:48 慕容雪_ 阅读数 9674 版权声明:本文为博主原创文章,转载请注明出处 https://blog.csdn.net/weixin_42831477/article/details/82229436 Intellij热部署插件JRebel 安装JRebel 激活JRebel 相关设置 Intellij热部署插件JRebel 项目需求,一直用eclipse的我,也要改用IDEA了,一开始,很不习惯。经过几天的慢慢摸索和习惯之后,发现IDEA确实很好用。dark的界面是我喜欢的,智能的提示也让写代码不再枯燥。 遗憾的是IDEA本身没有集成热部署工具,一开始改动代码之后,都需要重新run或者debug,让开发效率大打折扣。经过一段时间的搜寻,发现JRebel是一个很好的热部署工具,在此记一笔,作为备忘录。 安装和使用JRebel需要注意两点:激活和设置 安装JRebel 1、在IDEA中一次点击 File->Settings->Plugins->Brows Repositories 2、在搜索框中输入JRebel进行搜索 3、找到JRebel for intellij 4、install 5、安装好之后需要restart IDEA 激活JRebel JRebel并非免费的插件,需要激活之后才能使用。 1

JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]

帅比萌擦擦* 提交于 2019-11-30 17:41:58
I have been trying to run with JRebel this configuration: Here is my output: c:\JBOSS\jboss-portal-2.7.2\bin\run.bat -c default c:\JBOSS\jboss-portal-2.7.2\bin>set JAVA_OPTS=-Dhttp.proxyHost=188.173.32.78 -Dhttp.proxyPort=3128 -DproxySet=true =============================================================================== JBoss Bootstrap Environment JBOSS_HOME: c:\JBOSS\jboss-portal-2.7.2 JAVA: C:\Program Files\Java\jdk1.6.0_25\bin\java JAVA_OPTS: -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n -Dhttp.proxyHost=188.173.32.78 -Dhttp.proxyPort=3128 -DproxySet=true -Dprogram

优秀的开发辅助工具---JRebel

对着背影说爱祢 提交于 2019-11-30 14:46:31
朋友们,尤其是写java后台的朋友们,是不是觉得改个函数,改个类就要重启一下tomcat太烦了?重启整个项目实在是太蛋疼了,浪费了太多时间!回想起以前jsp的时候,因为它没有用到前后端分离的架构思想,那段时光里,前台修改都要重启项目啊啊啊。现在向大家隆重介绍一款辅助工具,实在是Java 开发者的福音---JRebel!!! JRebel是一套JavaEE开发工具。JRebel允许开发者在有限的时间内完成更多的任务修正更多的问题,发布更高质量的软件产品。 以上来自百度,简单地说JRebel能够实时快速地追踪你后台Java代码的修改,但是它不用重新bulid和部署你的项目,你只需要保存刷新一下就好了。JRebel让开发者以最快速度审查代码的变化从而使开发者变得更具有创造力。 JRebel不仅功能强大,而且使用起来非常接地气,一点也不矫情。各种JAVA Application, Web后台,各种框架例如Spring大都能适用。而且它能很方便的集成在我们平常所使用的IDE中,现在Eclipse也不太主流了吧,更多的是用IntelliJ吧。本文中就以它为例演示一下如何在IDEA IntelliJ 中给项目安装Jrebel 插件。 step1:File->Settings->Plugins 搜索jrebel,然后安装 step2: 激活JRebel 获得正版激活码不难的

IntelliJ IDEA “Make project automatically” woes

南楼画角 提交于 2019-11-30 11:09:20
Back in December I switched from Eclipse to IntelliJ IDEA but within a couple of days I switched back. Today I tried IntelliJ again and basically I have only one issue left. The issue is I want to compile Java classes on saving. The reason is I'm using JRebel which will pick up the new class. I don't want to hit ⌘ + F9 every time to compile the changed class. I read about the EclipseModel plugin but this does not seem to work (anymore) as can be read in the comments on the plugin's page: http://plugins.jetbrains.com/plugin/?id=3822 I also tried the " Make project automatically " but this

Getting JRebel to work with 'mvn tomcat:run'

纵饮孤独 提交于 2019-11-30 05:02:11
I was wondering if someone could point me in the direction of getting JRebel to work when I execute 'mvn tomcat:run' from the command line. I can get JRebel to work in my IDE (IntelliJ IDEA), but it feels a little clunky to be running inside of the IDE. When I run tests, I don't like having another process running right next to it - call it a habit. More than that though, I've been having some server lock ups with JRebel as I try it out... and I don't want IDE to hang as a result. I've been teminating the process manually, and control is given back to IDEA... but it would be better to not have

idea的基础设置

这一生的挚爱 提交于 2019-11-30 00:19:15
1. 在idea.exe.vmoptions文件里,如图进行修改即可,,   优化的原理就是调用更多的运行内存来加载他,所以4G的话本身会不够,就会造成其他应用很卡。 2. 下面是进行一些基本的配置: 首勾选view里的Toolbar,会出现工具栏, 然后点击这个小扳手, 1,系统主题 映入眼前的配置是主界面配置:这里可以设置主色调等等。 2,设置鼠标悬浮提示 在Eclipse里,我们鼠标移动到一个类上,会提示这个类的文档解释信息; IDEA里默认不会这样,我们需要设置下;Editor->General 勾选这个选项,参数则是放在单词上停留的时间。我设置的是1.5秒 3,显示方法分隔符 也就是每个方法之间会有分隔符,这样有利于查看代码。 操作:Editor->General ->Appearance 勾选Show method separators 4 ,忽略大小写提示 IDEA默认提示是区分大小写的,比如输入string,不会提示String类;这里设置下 Editor->General ->Code Completion 把红框里的选项去掉即可。 5,自动导包 默认情况,包括Eclipse 写完类,是需要手工导入包的,不过IDEA提供了自动导包设置 Editor->general->Auto Import 下拉选择ALL然后勾选两个框即可自动导包。 6,设置字体 Editor-

Eclipse下JRebel插件配置

我的梦境 提交于 2019-11-29 17:49:18
因为我安装的JRebel插件版本为6.0.3。下面我就以JRebel6.0.3版本的插件为例进行讲述。Eclipse中的JRebel插件配置要注意三点 1. 勾选要使用的应用服务器 因为我使用的是tomcat,所以我要在JRebel Config Center下的Overview页签中的JRebel Enabled/Server中 勾选 Tomcat Vx.xx Server at localhost 。 2. 勾选开发中的项目 在JRebel Config Center下的Overview页签中的Projects内 勾选开发中的项目 。 3. 禁止应用服务器的自动加载功能(tomcat为例) 打开tomcat的server.xml文件,找到<Context docBase="项目名" path="xxx" reloadable="true" source="xxxxxx" /> 把reloadable="true"改为reloadable=" false " 即可。 来源: oschina 链接: https://my.oschina.net/u/168814/blog/381370

maven+jrebel+jetty 热部署

隐身守侯 提交于 2019-11-29 17:48:46
(注:图片是借的,懒得截图) pom.xml < plugins > <!-- jetty插件, 设定端口与context path --> < plugin > < groupId > org.mortbay.jetty </ groupId > < artifactId > jetty-maven-plugin </ artifactId > < version > 7.0.1.v20091125 </ version > < configuration > < webAppConfig > < contextPath > /${project.artifactId} </ contextPath > </ webAppConfig > < scanIntervalSeconds > 0 </ scanIntervalSeconds > </ configuration > </ plugin > </ plugins > jrebel安装 安装 JRebel Eclipse 插件 Help » Install New Software 然后通过 如下 URL : http://www.zeroturnaround.com/update-site/ 如果要离线下载的话,可以通过下载离线包的方式进行: http://www.zeroturnaround.com/update