Questions tagged [jrebel]

JRebel is a plug-in for the Java Virtual Machine (JVM) that enables instant reloading of changes made to a Java class file.

JRebel is a JVM plugin that makes it possible for Java developers to instantly see any code change made to an app without redeploying. JRebel lets you see code changes instantly, versioning classes and resources individually and updating one at a time instead of as a lump application redeploy.1

JRebel is an alternative solution to updating classes which does not require a debugging session to be started. Instead it monitors the file system for changes and updates the classes in-memory. This means that only classes compiled to ".class" files will be updated and changes to classes in JAR files will be ignored. JRebel imposes a performance overhead on the application and should not be used in production or performance tests. It is meant to be a development tool only.[2]

JRebel is Java-based and usable on any operating system that supports Java. JRebel is IDE-agnostic and designed for integration with various Java EE standards and Java application servers.[4] Although JRebel is subscription-based commercial software, it is freely available to open source software projects and developers using the Scala programming language.

References

312 questions
0
votes
1 answer

JRebel not working on external tomcat 7

For some reason I can't get JRebel work on external Tomcat 7 with Eclipse. Everything works fine if I use server runtime in IDE, but if I launch server from command line and deploy application externally, JRebel doesn't reflect my changes to…
Tuomas Toivonen
  • 21,690
  • 47
  • 129
  • 225
0
votes
2 answers

Maven Web Project + Tomcat + jRebel

I just bought a license and I am having problems to setup the jRebel. My project is a Java Web Maven Project Product Version: NetBeans IDE 8.1 (Build 201510222201) Updates: NetBeans IDE is updated to version NetBeans 8.1 Patch 1 Java: 1.8.0_74;…
Glauter Lemos
  • 45
  • 1
  • 6
0
votes
0 answers

JBoss Weld throws strange exception: getTargetClass (duplicate method)

We have a regular CDI bean where we declare a method like: @Named @ViewScoped @LoggedIn public class ComplianceRuleDocumentationManager extends BaseStatusShownDataManager { ... @Override protected Class
Kawu
  • 13,647
  • 34
  • 123
  • 195
0
votes
1 answer

Jrebel with GWT: not detecting changes in client side in superdevmode

I am using jrebel in my GWT project . When i run my Application in classic mode , Jrebel detect changes in my client side and every thing works fine. But when i run in superdev mode , Jrebel Does Not detect any changes in my client side .(Server…
junaidp
  • 10,801
  • 29
  • 89
  • 137
0
votes
1 answer

JRebel Log file within the Android Studio

I just installed JRebel for Android Studio and I found it really useful but I can't get to show the logfile within the Android Studio IDE... Whenever I start the app inside my personal phone when hitting 'Jrebel Run', I just get the following log in…
Jaythaking
  • 2,200
  • 4
  • 25
  • 67
0
votes
1 answer

how to use jrebel + glassfish + static web files

As a first step of adopting jrebel, I would like each static file changed (html, js, css, etc.) to be synced with my glassfish application's folder. I use intellij. Can anyone suggest what exactly I need to do? thanks, Mattan.
Mattan Bitner
  • 1,463
  • 3
  • 14
  • 29
0
votes
2 answers

JHipster Java web app development and its hot reload capability

I currently use the Play framework using Java (actually the 1.x series) and by far the best part of using Play, what makes it hugely productive is it's inherent, transparent, comprehensive, quick, seamless 'hot reload' capability. I simply could not…
Dan MacBean
  • 1,915
  • 3
  • 15
  • 21
0
votes
1 answer

JRE throws an exception and glassfish is terminated at windows 64 bit machine

I've JDK 1.8 and using NetBeans IDE 8.0 to develop my vaadin 7.5.3 application. No idea whats causing this exception. Detail of the Exception # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION…
Aminul
  • 1,738
  • 2
  • 24
  • 42
0
votes
0 answers

jvm class reload proposal, does any JSR currently aim for it?

I find classreloading would be tremendous increment in productivity. I think redefining class is very limited. Over the years we found several workarounds to keep constantly changing part of our applications in some kind of domain specific…
samarjit samanta
  • 1,285
  • 2
  • 16
  • 29
0
votes
1 answer

Jrebel - ERROR org.zeroturnaround.bundled.javassist.CannotCompileException: [source error] no such class: classCache

While starting a Spring Mvc project configured with Jrebel on jetty server, I'm getting this stack trace exception that ERROR org.zeroturnaround.bundled.javassist.CannotCompileException: [source error] no such class: classCache message. Even if the…
Lucky
  • 16,787
  • 19
  • 117
  • 151
0
votes
1 answer

Cannot import correctly maven properties with PropertiesFactoryBean and PropertyPlaceholderConfigurer in spring

I'm facing problems with a jdbc dynamic properties configurer. I try to explain what exactly the problem is. When I do mvn clean install and right after I deploy the applications in my server (Weblogic 10.3.3), everything is correct, and all the…
Alavaros
  • 1,665
  • 7
  • 32
  • 52
0
votes
0 answers

i can not install jrebel plugin in intelliJ

intellij idea 14 alter "error in opening zip file" when i install jrebel plugins. I have tried Setting -> Browse repositories or used "install from disk", but it doesn't work.
彭仁亮
  • 1
  • 1
0
votes
1 answer

ibm-application-bnd.xml overwritten

I work on an existing Maven project with Eclipse Luna and WebSphere 8.5.5.1. The source of the ibm-application-bnd.xml is: D:\projects\svn\application\ear\src\main\application\META-INF\ibm-application-bnd.xml Once a day, at a random moment, the…
0
votes
1 answer

JRebel Eclipse External Jetty Deployment w/o Maven

New to JRebel here. Is there anyway to run JRebel deployment without Maven? I could run using Ant build.xml to deploy into the webapps folder of Jetty but then it has to be manually trigger. Any suggestions?
d4v1dv00
  • 971
  • 4
  • 10
  • 21
0
votes
1 answer

How to configure mvn/Jrebel/wtp/gwt/eclipse to work smoothly with changes on the service interface

I started to investigate the guice-rf-activities artifact with the new maven gwt plugin from Thomas Broyer. I played a little bit with the code and added a function on the GreetingService on the serverside. I followed down the path and added the…
thst
  • 4,592
  • 1
  • 26
  • 40