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
2
votes
1 answer

JRebel for Android with Maven and IntelliJ

I'm interested in utilizing JRebel for Android, but an established project on which I'm working utilizes Maven. Furthermore, all the developers are using IntelliJ, as opposed to Android Studio. It seems as if JRebel has plugins for Maven and…
Steve Yohanan
  • 757
  • 5
  • 17
2
votes
2 answers

DefaultRebelLaunchConfigProvider - unknown type org.springframework.ide.eclipse.boot.launch

I am setting up a basic Spring Boot application (1.2.3.RELEASE) on Spring Tool Suite 3.6.4.RELEASE. I decided to install jRebel using myJRebel (6.2.0). When I start my application (Run as Spring Boot App), I can't see the jRebel logs in the console.…
Rey Libutan
  • 5,226
  • 9
  • 42
  • 73
2
votes
2 answers

Deployment URL for JRebel with JBoss using CLI (no exploded war)?

I'm having trouble understanding how to configure the Deployment URL for JRebel for JBoss, when our application is not deployed as an exploded war, but via a Maven deploy using JBoss's CLI features. In the properties window for JRebel (in Eclipse)…
Continuity8
  • 2,403
  • 4
  • 19
  • 34
2
votes
1 answer

Reload JSF changes with JRebel

Although JRebel can reload Java class changes in my project, it can not reload JSF changes. When I change a JSF file I can not see any logs etc. Here is my rebel.xml:
mokarakaya
  • 723
  • 1
  • 11
  • 22
2
votes
1 answer

Reference to undefined variable jrebel_args

Getting following error while trying to run Struts 2 app on server (Apache Tomcat 7, Eclipse - Kepler). Previously I installed jRebel from Eclipse marketplace and then uninstalled it. How can I get rid of jRebel_args ?. I searched for jrebel_args…
knowledge flow
  • 193
  • 4
  • 16
2
votes
1 answer

Does JRebel work with JBoss Fuse?

Im working on a large project and the build process is slow to Fuse, so Im looking into hot deployment. Ive had a look at JRebel - but cannot see support for Fuse/Karaf - so am wondering if they would work together? Are there alternatives?
farrellmr
  • 1,815
  • 2
  • 15
  • 26
2
votes
2 answers

Changing constructors with jrebel '-noverify' missing

I get this while starting my project with jrebel '-noverify' missing, changing/adding/removing constructors will not be enabled! i'm using apache tomcat, spring mvc, spring-data-jpa and querydsl so how can i be able to change constructors with…
Hayi
  • 6,972
  • 26
  • 80
  • 139
2
votes
1 answer

How to disable JRebel "splash" screen / banner at startup

Are there any options/flags I can pass to JRebel at start up to circumvent the splash screen displayed when JRebel starts up? It's causing a lot of mental noise by taking up a lot of space, and is not providing any useful information. 2014-07-18…
Erik Kaplun
  • 37,128
  • 15
  • 99
  • 111
2
votes
1 answer

How to clean JBoss AS 7.1.1 in IntelliJ + JRebel

I recently stated using IntelliJ + JRebel and like it so far. There is just one thing which is kind of annoying. You can't see the content of the JBoss deployment directory as you can for Eclipse (where you see all files currently deployed). As far…
Jeremy S.
  • 6,423
  • 13
  • 48
  • 67
2
votes
0 answers

sbt console using ~; trying to see if REPL possible at cmd line; possible to w/o JRebel

Using SBT version 0.13.1 and Scala 2.10.4 on Ubuntu. Trying to see if I can have a REPL at command line such as the Eclipse or IDEA REPL. Is a way to run the console (REPL) using ~ such that changes in Scala files are reflected in the console…
mono-dr
  • 217
  • 1
  • 2
  • 9
2
votes
1 answer

IntelliJ IDEA & JRebel doesn't reload class

I try to use JRebel plugin for IDEA in simple by structure project: Test/ ├── out │   └── production │   └── Test │   ├── App.class │   └── rebel.xml ├── src │   ├── App.java │   └── rebel.xml └── Test.iml rebel.xml:
Anton Dozortsev
  • 4,782
  • 5
  • 34
  • 69
2
votes
2 answers

Weird Exceptions & internal error when Jrebel is turned on for JSF 2.2 project

I am using JRebel for my JSF 2.2 project. My entire setup comprising of Myfaces 2.2 project running on Tomcat, using Netbeans 7.4 & JRebel was workng very fine but all of a sudden, it started giving out these exceptions whenever JRebel is now turned…
Rajat Gupta
  • 25,853
  • 63
  • 179
  • 294
2
votes
1 answer

JRebel: how to disable hbm2dll schema export in JRebel?

The question says it all. i'm using jrebel (5.5) for hibernate plugin it says: "Enables automatic schema updating if hibernate.hbm2ddl.auto=update or schemaUpdate=true on org.springframework.orm.hibernate3.LocalSessionFactoryBean." how can i disable…
rome
  • 476
  • 1
  • 9
  • 19
2
votes
2 answers

Jrebel/SBT how to recompile webapp without restart

So I have figured out how to run an SBT demo project with >SBT >container:start I could do a >container:restart Every time I make a code change but this is why I installed JREBEL. I simply added the following option…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
2
votes
1 answer

GWT, Tomcat, 2 modules, JRebel: DevMode looks for nocache.js in wrong location and shows 404 not found

I'll ask my questions first and then go into details: What function hosted.html file plays in DevMode and why it is requested from page like hosted.html? and how can I control/configure what is returned by that request? If anyone…
Yuriy Nakonechnyy
  • 3,742
  • 4
  • 29
  • 41